valtlfelipe / statuscenter

An app where you can manage your statuspage.io page with ease and on the go built with flutter
Apache License 2.0
22 stars 3 forks source link

Add Splash Screen #1

Closed valtlfelipe closed 3 years ago

valtlfelipe commented 3 years ago

Add a splash screen, maybe with just the logo, so that there is no white blank screen on loading the app

EANimesha commented 3 years ago

I will do this. Assign me

valtlfelipe commented 3 years ago

Forgot to add, if needed, this is the flutter doc https://flutter.dev/docs/development/ui/advanced/splash-screen

EANimesha commented 3 years ago

Can I use a flutter package splash screen https://pub.dev/packages/splashscreen ? It will be more easier

valtlfelipe commented 3 years ago

Actually the idea was to do the native way like in the docs, to avoid the empty blank screen when flutter is initialising. Using this widget would not resolve this. This maybe can help you https://pub.dev/packages/flutter_native_splash. Have a look at it.

If you need any help, please let me know.

EANimesha commented 3 years ago

@valtlfelipe I made a PR can you check?

valtlfelipe commented 3 years ago

Sorry @EANimesha for taking so much time. Just reviewed, have a look. Just 2 small things to fix.

Thanks fr your contribution!

EANimesha commented 3 years ago

Sorry @EANimesha for taking so much time. Just reviewed, have a look. Just 2 small things to fix.

Thanks fr your contribution!

@valtlfelipe updated the PR

valtlfelipe commented 3 years ago

closed by #6