fk_booster
Why use FkBooster
As you expect not to rewrite the same standard code in every project that you develop you can use this package, as it will provide a scalable and simple architecture to follow.
Coupling
As the package give you standard core classes that will be used in the most files of your project, it is expected to your project be coupled to the package, it is important to think about before using, even though, the package is developed to improve my own projects development and will receive support, as any suggestions and issues will be read.
Running the example project
The example project needs to have a backend + database running to work properly. To run it you can follow the README.md of my the backend-example project: backend-example.
Libraries
- data/data
- data/parser/date_parsers
- data/parser/entity_parser
- data/parser/json_map_parsers
- data/parser/to_entity_list_parser
- data/repository/dio_repository
- data/typedefs
- domain/domain
- domain/entity/date
- domain/entity/entity
- domain/repository/mixin/create
- domain/repository/mixin/delete
- domain/repository/mixin/get_all
- domain/repository/mixin/get_by_id
- domain/repository/mixin/update
- domain/repository/repository
- fk_booster
- injection/dependency_injection
- presentation/command
- presentation/presentation
- presentation/view_model
- presentation/view_state
- widgets/gap
- widgets/widgets