founder_code_cli 0.2.0-beta.4
founder_code_cli: ^0.2.0-beta.4 copied to clipboard
An enterprise-grade Flutter CLI for generating production-ready applications following Founder Code Standards and Clean Architecture.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate founder_code_cliUse it
The package has the following executables:
$ foundercode
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add founder_code_cliWith Flutter:
$ flutter pub add founder_code_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
founder_code_cli: ^0.2.0-beta.4Alternatively, 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:founder_code_cli/founder_code_cli.dart';