fca 0.0.8 copy "fca: ^0.0.8" to clipboard
fca: ^0.0.8 copied to clipboard

A Flutter template based on Clean Architecture, designed for scalable and maintainable apps with a structured layer system and pre-configured state management.

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.8

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 based on Clean Architecture, designed for scalable and maintainable apps with a structured layer system and pre-configured state management.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_bloc, fpdart, get_it, http, internet_connection_checker_plus

More

Packages that depend on fca