fca 0.0.1
fca: ^0.0.1 copied to clipboard
A Flutter template package based on Clean Architecture principles, designed for scalable and maintainable applications. It includes a layered structure with Domain, Data, and Presentation layers, pre- [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fcaWith Flutter:
$ flutter pub add fcaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fca: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fca/fca.dart';