Navigatorについて
無料で読める本
Flutterの画面遷移って、Navigator1.0とNavigator2.0なるものがあります。調べると使い方は、数えきれないぐらい出てきます。バージョンアップされるともっと便利な使い方も出てくるのだろうと思います。 本の内容は、よくある画面遷移の方法とパッケージを使用した方法を解説しようと思います。破壊的変更が多いので、公式のページや動画を参考にされた方が良いかも? ・Navigator1.0は命令的と言われています。 ・Navigator2.0は宣言的と言われています。 著者: JboyHashimoto
Chapters
Navigation and routing
Work with tabs
Navigate to a new screen and back
Send data to a new screen
Return data from a screen
Add a drawer to a screen
class Navigator extends StatefulWidget
Navigator2.0とは?
GoRouterを使ってみる
画面遷移のコード解説
Redirection topic
Transition animations topic
Error handling topic
AUTOROUTE???
AutoRouteを導入しよう
設定するコードの解説
Navigating Between Screens
Nested Navigation
Tab Navigation
Route Guards
Navigatorの本を書いた感想
Author
Topics