flarch 1.0.1 copy "flarch: ^1.0.1" to clipboard
flarch: ^1.0.1 copied to clipboard

A powerful CLI tool for Flutter Clean Architecture. Automates project setup, feature creation, and configuration with support for multiple architectures and state management solutions.

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

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.dart';
1
likes
150
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful CLI tool for Flutter Clean Architecture. Automates project setup, feature creation, and configuration with support for multiple architectures and state management solutions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

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

More

Packages that depend on flarch