Closed RightonSK closed 1 year ago
initState()が終わる前にbuildが始まっているな。
そこら回りをわかってないと実装難しいかも
おそらくinitStateが終了してからbuildしてるが、initStateの中でFuture構文を使ってもそれ以外は実行されて、他の処理は進んでしまう。
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.
splash画面とtop pageを上手いこと実装したい。
MyAppの中でtop pageとsplash screen pageを分岐させる?
initstateが終わった後にbuild()?
DateTimeを使っているのにfirestore側でTimeStampで保存されていない。String型になってる**