Posts in Flutter

Flutter Firebase Authenticationの操作

Firebase Authenticationへの登録 Firebase Authenticationへのログイン Firebase Authentication存在確認 Firebase Authenticationロ […]

Dart の非同期処理/同期処理

thenを使用 (非同期処理) async / await を使用 (同期処理)

Flutter MaterialApp と Scaffold

Flutter を勉強し始めた。 そこで少しハマったところを覚え書きとして記載しておく。 下記のコードでも両方動作する。 上記2つは動作するのだが、その違いは大きい。例えば、前画面から上記のページを下記にて呼んだ場合、前 […]