-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
black screen that shows up between the LaunchImage and my app's first screen #17
Comments
Why this be fault of interest flutter_18? |
I tried not to use flutter_i18n. No problem. I found that load in FlutterI18nDelegate is the reason of async method. My English is not good. I don't know if I can explain it clearly. |
Sorry, but without an example or a concrete analysis I don't know where to begin. |
@ilteoood you can try this https://github.com/jlcool/flutter_app_qidongye (android) and I found that load() in FlutterI18nDelegate is the reason of async method |
Android only needs to configure launch_background.xml and flutter_i18n to have this problem. IOS I didn't try. |
This is really happens when I add |
Here: uncomment line you will see the black screen appears. |
For "black screen" you mean that < 10ms image that preceed the ScreenOne? |
Nope.. |
Use the 0.6.3 version and consider to modify your example as follow:
|
You are aggressively closing all issues whether is solved or not.
I tried other JSON solutions as well. (like easy_localization) |
The problem with your code is that you are doing an async task inside the runApp method. This cause the app to hang and wait the rources to be loaded. |
I tried your suggestion exactly how you write nothing changed then i tried other things.. |
The only thing that I can suggest is to do a Flutter get, flutter upgrade and then a Flutter clean to be sure that you aren't using and old apk build. |
When But following the solution provided, the issue is resolved. I can confirm on the same. |
Thank you so much for your contribute, really appreciated! |
It's finally repaired.I've been using #18 |
when customize launch splash screen
The text was updated successfully, but these errors were encountered: