flutter_ca 0.3.1 copy "flutter_ca: ^0.3.1" to clipboard
flutter_ca: ^0.3.1 copied to clipboard

A framework to implement clean architecture for flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ca

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

dependencies:
  flutter_ca: ^0.3.1

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:flutter_ca/flutter_ca.dart';
3
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A framework to implement clean architecture for flutter

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_ca_data, flutter_ca_domain, flutter_ca_presentation, get_it

More

Packages that depend on flutter_ca