flg 1.2.0-beta.2 copy "flg: ^1.2.0-beta.2" to clipboard
flg: ^1.2.0-beta.2 copied to clipboard

A CLI tool for generating Flutter projects with Clean Architecture, feature-first organization, and modern state management (Riverpod, Bloc, Provider).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flg

Use it

The package has the following executables:

$ flg
$ flg_mcp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flg

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

dependencies:
  flg: ^1.2.0-beta.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:flg/flg.dart';
2
likes
0
points
271
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool for generating Flutter projects with Clean Architecture, feature-first organization, and modern state management (Riverpod, Bloc, Provider).

Repository (GitHub)
View/report issues

Topics

#cli #flutter #clean-architecture #code-generator #scaffolding

Documentation

Documentation

License

unknown (license)

Dependencies

args, dart_mcp, path, recase, yaml

More

Packages that depend on flg