flare_splash_screen icon indicating copy to clipboard operation
flare_splash_screen copied to clipboard

App Release Mode does not end

Open 3dluis opened this issue 4 years ago • 0 comments

Flutter 1.17 flare_splash_screen: 3.0.1

return SplashScreen.navigate( name: kSplashScreen, startAnimation: '1', backgroundColor: Colors.white, next: (ct) => onNextScreen(_iFirstSeen), until: () => Future.delayed(Duration(seconds: 3)), );

3dluis avatar Jul 28 '20 10:07 3dluis