CCExtractor / beacon

Flutter application to share location with a group. (under development)
67 stars 149 forks source link

App routing migration and data state class addition #237

Closed RunTerror closed 1 month ago

RunTerror commented 5 months ago

Clean Architecture Folder Structuring

Implemented a clean architecture folder structure with the following main folders:

Data success or failure is loaded into classes and then passed through the domain layer to the presentation layer. For more details, see the data_state.dart file.

** Navigation replcaement with App Router package

router.dart file.