KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
flutter_navigator
โ 10
Open GitHub โ
POC of modular Flutter navigator.
Download README (.md)
Explore Similar Repositories
terraform-templates-base
:
Terraform Templates Base - monoRepo
nodejs-api-table
:
Node.js API Table
PySQL
:
Python wrapper for making MySQL queries easier
EduBlocks
:
๐ Ethereum Blockchain based E-Learning Platform
XPS8940-OpenCore
:
OpenCore EFI config for Dell XPS 8940 & possibly G5 5090
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flutter_navigator
?
Download (.md)
# Flutter navigator Sample project showing modular navigation pattern ## Getting Started There are three modules in the example: `ModuleA`, `ModuleB`, `ModuleC` (I know great names. Thank you.) Each module has two example screens. As an example flow is like this: ``` ModuleATmp1 ModuleBTmp2 -CrossModule*-> ModuleCTmp1 | /\ | \/ | \/ ModuleATmp2 -CrossModule*-> ModuleBTmp1 ModuleCTmp2 CrossModule* - Here happens cross modula navigation (call me Sherlock) ```