67 changes: 13 additions & 54 deletions 67 dev/integration_tests/new_gallery/lib/pages/splash.dart Original file line numberDiff line numberDiff line change @@ -4,11 +4,9 @@ import 'dart:math'; import 'package:dual_screen/dual_screen.dart'; import 'package:flutter/material.dart'; ...
voidmain()async{runApp(MaterialApp(home:SplashScreen(),debugShowCheckedModeBanner:false,));}classSplashScreenextendsStatefulWidget{@override _SplashScreenStatecreateState()=>new_SplashScreenState();}class_SplashScreenStateextendsState<SplashScreen>{startTime()async{var_duration=newDuration(seconds:1);retur...
flutter_phoenix: "^1.0.0" google_maps_flutter: "^2.1.12" showcaseview: "^1.1.8" firebase_core: "^1.12.0" flutter_native_splash: "^1.3.2" open_file_safe: ^3.2.3 dev_dependencies: flutter_test: sdk: flutter flutter_launcher_icons: ^0.9.0 ...
voidmain()async{runApp(MaterialApp(home:SplashScreen(),debugShowCheckedModeBanner:false,));}classSplashScreenextendsStatefulWidget{@override _SplashScreenStatecreateState()=>new_SplashScreenState();}class_SplashScreenStateextendsState<SplashScreen>{startTime()async{var_duration=newDuration(seconds:1);retur...
import'package:flutter/material.dart';import'package:get/get.dart';import'package:random_string/random_string.dart';voidmain() {runApp(GetMaterialApp( debugShowCheckedModeBanner:false, getPages:[GetPage( name:'/', page:()=>HomePage(), ),GetPage( name:'/page', page:()=>PageView(), bin...
Doesn't matter if they are using just WKWebView, as long as Apple sees "UIWebView" in the app code, they show the warning, and cordova-ios is full of "UIWebView" references. (Even react native, flutter and Capacitor users have received the warning) ...