fca 0.0.1 copy "fca: ^0.0.1" to clipboard
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 fca

With Flutter:

 $ flutter pub add fca

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

dependencies:
  fca: ^0.0.1

Alternatively, 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';
2
likes
0
points
101
downloads

Publisher

verified publisherforezyy.id

Weekly Downloads

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-configured Bloc for state management, and ready-to-use repository patterns. This template promotes best practices and provides a robust foundation for Flutter development.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_bloc, get_it

More

Packages that depend on fca