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.28k stars 200 forks source link

Readme Android 12 vs Android 12+ #658

Closed Mercutio1243 closed 3 months ago

Mercutio1243 commented 3 months ago

Dear team, for first time users as myself, I would suggest to update the readme explanations in section "1. Setting the splash screen" on "Android 12" to emphasize that it is actually relevant from Android version 12 onwards and not only for Android 12:

Current explanation:

Android 12 handles the splash screen differently than previous versions. Please visit https://developer.android.com/guide/topics/ui/splash-screen Following are Android 12 specific parameter.

Proposed change:

From Android 12 onwards, the splash screen is handled differently than in previous versions. Please visit https://developer.android.com/guide/topics/ui/splash-screen Following are specific parameter for Android 12+.

(Omitted #-sign here because of quotations)

jonbhanson commented 3 months ago

Thank you for the suggestion. I will push out an update soon that includes this.