flarch 1.0.0
flarch: ^1.0.0 copied to clipboard
Flarch CLI Tool is a developer-friendly command-line interface (CLI) designed to simplify and streamline the process of creating a clean architecture folder structure for Flutter projects. It saves ti [...]
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate flarchUse it
The package has the following executables:
$ flarch
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flarchWith Flutter:
$ flutter pub add flarchThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flarch: ^1.0.0Alternatively, 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:flarch/flarch_commands.dart';