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.34k stars 213 forks source link

Support more platforms for flavors #354

Open CodeDoctorDE opened 2 years ago

CodeDoctorDE commented 2 years ago

Is your feature request related to a problem? Please describe. Flavors should work on all platforms supported by Flutter. See the original flavor issue: https://github.com/jonbhanson/flutter_native_splash/issues/160.

Describe the solution you'd like

Support for desktop and web:

A web flavor is a bit more difficult I think. Maybe having a web index.html template and replace the icons found in the web folder

riccardocescon commented 7 months ago

Hi, is there any update for this? Is there a workaround in order to set a slash page for the web based on a flavor?

iyar-avital commented 1 month ago

Any update?