jonbhanson / flutter_native_splash

Automatically generates native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
https://pub.dev/packages/flutter_native_splash
MIT License
1.36k stars 215 forks source link

App Launch Problem #641

Closed hashemim66110 closed 11 months ago

hashemim66110 commented 11 months ago

Describe the bug

we added flutter_native_splash to our project. no problem with dart run flutter_native_splash:create. but app dosen't run at all. flutter run stops after build and install in launching app step ... we also built app and run on some actual android devices. couldn't install app on a device with android 9. using android 11 app installed but after install it was too laggy and slow. it restart the LDPlayer when we run built apk on this Emulator.

Configuration

flutter_native_splash:
  background_image: "assets/images/splash-bg.png"
  image: "assets/images/splash-logo.png"

Devices:

Additional context we tried to set image value as background_image and branding as image. this works kinda fine but when we set background as background_image problem just appear.

jonbhanson commented 11 months ago

Did you get any error messages?

jonbhanson commented 11 months ago

Closed due to inactivity. Feel free to reopen if you're still having trouble.