ca_presentation 2.4.3 copy "ca_presentation: ^2.4.3" to clipboard
ca_presentation: ^2.4.3 copied to clipboard

Presentation layer state management solution for Clean Architectur (based on dependency injection)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ca_presentation

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

dependencies:
  ca_presentation: ^2.4.3

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:ca_presentation/ca_presentation.dart';
1
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Presentation layer state management solution for Clean Architectur (based on dependency injection)

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, get_it

More

Packages that depend on ca_presentation