clean_application 2.1.0+3 copy "clean_application: ^2.1.0+3" to clipboard
clean_application: ^2.1.0+3 copied to clipboard

outdated

Clean Architecture package for Flutter Apps. A simple away to use separation of concerns to build clean applications and it provides a state management and a dependency injection.

clean_application #

Clean Architecture package for Flutter Apps.

Getting Started #

The project structure: |-- lib | |-- clean_application.dart | '-- src | |-- core | | |-- clean_application.dart | | |-- configuration.dart | | |-- environment.dart | | |-- equals.dart | | |-- factory.dart | | |-- implementation.dart | | |-- result.dart | | |-- route_builder.dart | | |-- router.dart | | |-- service.dart | | '-- stream_converter.dart | |-- data | | |-- datasource.dart | | '-- model.dart | |-- domain | | |-- entity.dart | | |-- repository.dart | | '-- usecase.dart | '-- presentation | |-- component.dart | |-- controller.dart | '-- view.dart

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Clean Architecture package for Flutter Apps. A simple away to use separation of concerns to build clean applications and it provides a state management and a dependency injection.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on clean_application