Describe the bug
When every i try to open app from a push notification it is showing white screen for 3-5 seconds instead of default native splash screen. It is working fine when i open app directly but through pus notification it is causing error.
Configuration
flutter_native_splash: ^2.4.1
Device (please complete the following information):
Iphone XS max
Simulator 16 PM
android samsung A-71
To Reproduce
Issue is that it is not loading for 1 ms in the app when app open through push notification..
Flutter Doctor report :
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-x64, locale
en-PK)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.94.0)
[✓] Connected device (4 available)
[✓] Network resources
For IOS, Android & above Android12
Describe the bug When every i try to open app from a push notification it is showing white screen for 3-5 seconds instead of default native splash screen. It is working fine when i open app directly but through pus notification it is causing error.
Configuration flutter_native_splash: ^2.4.1
Device (please complete the following information): Iphone XS max Simulator 16 PM android samsung A-71
To Reproduce Issue is that it is not loading for 1 ms in the app when app open through push notification..
here is code.. Main..
https://github.com/user-attachments/assets/d1232357-efdd-453e-aca8-77c323984055
Flutter Doctor report : Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.24.3, on macOS 15.0.1 24A348 darwin-x64, locale en-PK) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.1) [✓] VS Code (version 1.94.0) [✓] Connected device (4 available)
[✓] Network resources
• No issues found!