AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
430 stars 76 forks source link

android splash new API in 12 #79

Open xpwmaosldk opened 2 years ago

xpwmaosldk commented 2 years ago

Now, Android is using icon in splash. https://developer.android.google.cn/about/versions/12/features/splash-screen

Usually there is no problem, but mismatch in case of dark theme So, I need some customize splash both ios and android for same looks

flavors:
    prod:
      app:
        name: "apple"
        icon: "images/launch_icon.png"
        splash_background_color: "#FFFFFF" // like this or _dark or etc..
AngeloAvv commented 2 years ago

Hi @xpwmaosldk , can you customize these settings manually after you ran flutter_flavorizr?