A blockchain system that stores loyalty points transparently
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // GENERATED CODE - DO NOT MODIFY BY HAND | |
| // ignore_for_file: type=lint | |
| import 'package:zenrouter/zenrouter.dart'; | |
| import '(auth)/_layout.dart'; | |
| import '(auth)/login.dart' deferred as auth_login; | |
| import '(auth)/register.dart' deferred as auth_register; | |
| import 'about.dart' deferred as about; | |
| import 'index.dart' deferred as index; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:math'; | |
| import 'package:flutter/material.dart'; | |
| class CrtScreen extends StatefulWidget { | |
| final Widget child; | |
| final double scanlineGap; | |
| final double scanlineThickness; | |
| final double verticalLineGap; | |
| final double horizontalShakeRange; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/widgets.dart'; | |
| import 'package:motor/motor.dart'; | |
| class MotionArgument<T> { | |
| const MotionArgument( | |
| this.value, | |
| this.converter, [ | |
| this.motion = const .bouncySpring(), | |
| ]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| void main() { | |
| runApp(const MyApp()); | |
| } | |
| class MyApp extends StatelessWidget { | |
| const MyApp({super.key}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Author: Bui Dai Duong (@definev) | |
| // Title: Piet Mondrian | |
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| uniform vec2 u_resolution; | |
| uniform vec2 u_mouse; | |
| uniform float u_time; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'package:goopay/src/_internal/ekyc/hapi_ekyc.dart'; | |
| EkycResult result(Map<String, dynamic> json) { | |
| dynamic object = json['object']; | |
| dynamic address = object['post_code'].firstWhere( | |
| (element) => element.type == 'address', | |
| orElse: () => object['post_code'][0], | |
| ); | |
| if (object['id_fake_warning'] == 'yes') { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import UIKit | |
| import Flutter | |
| #if !targetEnvironment(simulator) | |
| import FinalSDK | |
| @UIApplicationMain | |
| @objc class AppDelegate: FlutterAppDelegate, ICEkycCameraDelegate { | |
| var methodChannel: FlutterResult? | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # save this script into "bamboo-ios" folder | |
| # run "bash tool_setup.sh" | |
| # Reset | |
| Color_Off='' | |
| # Regular Colors | |
| Red='' |
NewerOlder