flarch 1.0.0 copy "flarch: ^1.0.0" to clipboard
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 flarch

Use 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 flarch

With Flutter:

 $ flutter pub add flarch

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

dependencies:
  flarch: ^1.0.0

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:flarch/flarch_commands.dart';
1
likes
120
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 time and effort for developers by automating repetitive tasks and generating necessary files with ease.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, characters, io, path, prompts, yaml, yaml_edit

More

Packages that depend on flarch