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

added the splash screen #6

Closed EANimesha closed 3 years ago

EANimesha commented 3 years ago

Added the splash screen Issue #1 @valtlfelipe can you check please?

valtlfelipe commented 3 years ago

Thanks for your PR! And sorry for the delay reviewing it!

It looks awesome, just one detail, the app is now fullscreen, to disable this please set this android_disable_fullscreen: true and then we are ready to rock!

valtlfelipe commented 3 years ago

Also, there is a bug in setting this config, we need to remove this line <item name="android:windowFullscreen">true</item> inside android/app/src/main/res/values/styles.xml

EANimesha commented 3 years ago

Also, there is a bug in setting this config, we need to remove this line <item name="android:windowFullscreen">true</item> inside android/app/src/main/res/values/styles.xml

@valtlfelipe done updates