This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flutter Architecture Rules | |
## Project Structure | |
The codebase must follow a layered architecture with these main directories: | |
``` | |
lib/ | |
├── main.dart # Entry point | |
├── app_startup.dart # App initialization |