root
├── lib
| ├── app
| | ├── modules
| | | └── module ------------------------- (Application module)
| | | ├── domain ------------------ (Hosts business cases)
| | | | ├── entities ----------- (Corporate business cases)
| | | | ├── params ------------- (API Parameters)
| | | | ├── i_repositories ----- (Repository interfaces)
| | | | └── usecases ----------- (Application Business cases)
| | | ├── external ---------------- (Hosts external access)
| | | | ├── datasources -------- (Implementation of datasources)
| | | | └── mapper ------------- (Entity serialization)
| | | ├── infra ------------------- (Domain support layer)
| | | | ├── i_datasources ------ (Datasource Interfaces)
| | | | └── repositories ------- (Implementation of repositories)
| | | └── presenter --------------- (I/O layer and application interactions with the user)
| | └── shared ------------------------------
| | ├── components ---------------------
| | ├── contracts ----------------------
| | ├── errors -------------------------
| | ├── services -----------------------
| | └── utils --------------------------
├── test ---------------------------------------- (Unit tests)
| └── app
| └── modules
| └── module
| ├── domain
| | └── usecases -----------
| ├── external
| | └── datasources --------
| └── infra
| └── repositories -------
├── README.md
└── ...------------------------------------------
-
Notifications
You must be signed in to change notification settings - Fork 0
JBDionisio/flutter-astronomy_picture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published