Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sensornyy/Recipe-ChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base architecture

lib/ ├── data/ │ ├── models/ # Data models for the app │ ├── repositories/ # Repository implementation for data access │ ├── services/ # External services integration such as payment and map services │ └── sources/ # Implementation of data sources such as API and database ├── domain/ │ ├── entities/ # Entities that represent the business logic of the app │ ├── repositories/ # Abstract classes for data access that define contracts for the repositories │ └── providers/ # Main business logic ├── presentation/ │ ├── pages/ # UI pages/screens for the app │ ├── widgets/ # Reusable widgets that are used across the app │ ├── theme/ # Custom theme for the app │ ├── utils/ # Helper/utility classes or functions │ └── navigation.dart # Navigation routes and logic ├── app.dart # Main entry point of the app ├── main.dart # Flutter application class and initialization └── dependencies.dart # Dependency Injection container configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published