/go_router_sample_fn

This is the flutter project to try go_router's nested navigation and redirection.

Primary LanguageC++

GoRouter Sample

This is Flutter Sample Project for GoRouter.

base directory is the base project that GoRouter is not used.

go_router_sample_fn directory is the main project that GoRouter is used.

This project has following features.

  • async redirection
  • Nested Navigation (NavigationBar)

FlutterのGoRouter サンプルプロジェクトです。

base ディレクトリには元となるGoRouterを使用していないプロジェクトがあります。

go_router_sample_fn ディレクトリにはメインのGoRouter を使用したプロジェクトがあります。

プロジェクトは以下の機能を持ちます。

  • 非同期のリダイレクト
  • ネスト化した画面遷移 (NavigationBar)

Video

2022-09-28.10.03.09.mov

Reference

https://qiita.com/KosukeSaigusa/items/b19ec19379c5a2e4ceb2

https://codewithandrea.com/articles/multiple-navigators-bottom-navigation-bar/