{"id":13551384,"url":"https://github.com/bizz84/nested-navigation-demo-flutter","last_synced_at":"2025-04-04T20:15:10.158Z","repository":{"id":44103035,"uuid":"139351691","full_name":"bizz84/nested-navigation-demo-flutter","owner":"bizz84","description":"Nested navigation with BottomNavigationBar","archived":false,"fork":false,"pushed_at":"2023-01-11T17:32:58.000Z","size":1703,"stargazers_count":643,"open_issues_count":20,"forks_count":140,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T19:11:47.135Z","etag":null,"topics":["android","dart","flutter","ios","navigation","routing"],"latest_commit_sha":null,"homepage":"https://codewithandrea.com/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bizz84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-01T18:23:30.000Z","updated_at":"2025-03-27T18:15:38.000Z","dependencies_parsed_at":"2023-02-09T04:00:25.815Z","dependency_job_id":null,"html_url":"https://github.com/bizz84/nested-navigation-demo-flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2Fnested-navigation-demo-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2Fnested-navigation-demo-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2Fnested-navigation-demo-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2Fnested-navigation-demo-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizz84","download_url":"https://codeload.github.com/bizz84/nested-navigation-demo-flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242681,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","flutter","ios","navigation","routing"],"created_at":"2024-08-01T12:01:47.017Z","updated_at":"2025-04-04T20:15:10.132Z","avatar_url":"https://github.com/bizz84.png","language":"Dart","readme":"# Flutter BottomNavigationBar with Multiple Navigators\n\nThis is the source code for my article:\n\n- [Flutter Bottom Navigation Bar with Multiple Navigators: A Case Study](https://codewithandrea.com/articles/2018-07-07-multiple-navigators-bottom-navigation-bar/)\n\n## Preview\n\n![](screenshots/multiple-navigators-BottomNavigationBar-animation.gif)\n\nIn this example each tab has its own navigation stack. This is so that we don’t lose the navigation history when switching tabs.\n\nThis is a very common use case for a lot of apps.\n\n**How is it built?**\n\n- Create an app with a `Scaffold` and a `BottomNavigationBar`.\n- In the `Scaffold` body, create a `Stack` with one child for each tab.\n- Each child is an `Offstage` widget with a child `Navigator`.\n- Don't forget to handle Android back navigation with `WillPopScope`.\n\nRead the full story on my article:\n\n- [Flutter Bottom Navigation Bar with Multiple Navigators: A Case Study](https://codewithandrea.com/articles/2018-07-07-multiple-navigators-bottom-navigation-bar/)\n\n### Credits\n\n- [Brian Egan](https://github.com/brianegan): for suggesting to use `Stack` + `Offstage` \u0026 `Navigator` widgets.\n\n### [License: MIT](LICENSE.md)\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizz84%2Fnested-navigation-demo-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizz84%2Fnested-navigation-demo-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizz84%2Fnested-navigation-demo-flutter/lists"}