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

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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_application

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  clean_application: ^2.1.0+7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clean_application/clean_application.dart';
1
likes
40
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

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on clean_application