fcsa 1.0.2 copy "fcsa: ^1.0.2" to clipboard
fcsa: ^1.0.2 copied to clipboard

Cli tool for clean archeteture with solid principles and bloc.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fcsa

Use it

The package has the following executables:

$ fcsa

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fcsa

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

dependencies:
  fcsa: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fcsa/fcsa.dart';
3
likes
40
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Cli tool for clean archeteture with solid principles and bloc.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

adaptive_theme, args, dio, equatable, flutter_bloc, flutter_secure_storage, get_it

More

Packages that depend on fcsa