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

Android 12 You colors as background #697

Open JHubi1 opened 2 weeks ago

JHubi1 commented 2 weeks ago

Is your feature request related to a problem? Please describe. Android 12 introduced material you color. In flutter, we have a package that lets us theme the app after it. Other (non flutter) apps use the material color in the splash screen.

Describe the solution you'd like An option to use the color, something like that:

android:
    color: "you"

Describe alternatives you've considered A new option, like

android:
    you_color: true
jonbhanson commented 1 week ago

This would require a PR, as I do not have the bandwidth to implement it.