Answers for "flutter router splash screen"

3

flutter native splash screen

dev_dependencies:
  flutter_native_splash: ^1.2.0

flutter_native_splash:
  image: assets/logo.png
  color: "#fafafa"

flutter pub run flutter_native_splash:create

flutter pub run flutter_native_splash:remove
Posted by: Guest on July-02-2021
1

flutter splash screen

flutter_native_splash:
  color: "#EDBB99"
  image: assets/images/Appicon.png
  android: true
  ios: true
  
// run this in the Terminal window in flutter
//flutter clean && flutter pub get && flutter pub run flutter_native_splash:create
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language