Skip to content
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

fix: flutter android splash screen is deprecated #253

Closed
hawkbee1 opened this issue Jan 14, 2022 · 4 comments · Fixed by #261
Closed

fix: flutter android splash screen is deprecated #253

hawkbee1 opened this issue Jan 14, 2022 · 4 comments · Fixed by #261
Assignees
Labels
bug Something isn't working as expected

Comments

@hawkbee1
Copy link

hawkbee1 commented Jan 14, 2022

That's not really a bug.
I created a new project with very good cli. With android emulator the debug console displays :

A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.

@hawkbee1 hawkbee1 added the bug Something isn't working as expected label Jan 14, 2022
@kitsuniru
Copy link

Remove the below lines from the android manifest file. It's no longer used

<meta-data
       android:name="io.flutter.embedding.android.NormalTheme"
       android:resource="@style/NormalTheme"/>
           
 <meta-data
       android:name="io.flutter.embedding.android.SplashScreenDrawable"
       android:resource="@drawable/launch_background"/>
       
      

@marcossevilla
Copy link
Contributor

hey @hawkbee1 👋

are you generating a default Flutter app or is it another template like flutter_plugin?

@hawkbee1
Copy link
Author

default app :
very_good create ssi_crypto_wallet --desc "SSI and crypto wallet" --org "co.talao.crypto"
Just checked the version : 0.4.12

@felangel felangel self-assigned this Jan 19, 2022
@felangel felangel linked a pull request Jan 19, 2022 that will close this issue
7 tasks
@felangel
Copy link
Contributor

This has been resolved in very_good_cli v0.4.14 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants