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

Question: Is it possible to have progress indicator when displaying splash screen? #662

Closed wwyung closed 2 months ago

wwyung commented 3 months ago

Hi, I am using flutter_native_splash in my app, and I would like to either have a cycling dots, or some other form that indicating progress when splash screen is showing during app startup time. Does this capability exists already today? If so, can someone show me how to do that? Thanks!

jonbhanson commented 2 months ago

This capability does not exist today. Closing as it is a duplicate of #619, or #245 (animated loading).