RightonSK / flashcards_mobile_app

1 stars 0 forks source link

スプラッシュ画面とそのロジック #1

Closed RightonSK closed 1 year ago

RightonSK commented 2 years ago

splash画面とtop pageを上手いこと実装したい。

MyAppの中でtop pageとsplash screen pageを分岐させる?

initstateが終わった後にbuild()?

DateTimeを使っているのにfirestore側でTimeStampで保存されていない。String型になってる**

RightonSK commented 2 years ago

initState()が終わる前にbuildが始まっているな。

そこら回りをわかってないと実装難しいかも

RightonSK commented 2 years ago

おそらくinitStateが終了してからbuildしてるが、initStateの中でFuture構文を使ってもそれ以外は実行されて、他の処理は進んでしまう。

RightonSK commented 2 years ago

flutter native splash

║ You can now keep the splash screen up while your app initializes! ║ ║ No need for a secondary splash screen anymore. Just use the remove() ║ ║ method to remove the splash screen after your initialization is complete. ║ ║ Check the docs for more info.