flg 1.2.1 copy "flg: ^1.2.1" to clipboard
flg: ^1.2.1 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

With Flutter:

 $ flutter 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.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:flg/flg.dart';
2
likes
140
points
270
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
API reference

License

MIT (license)

Dependencies

args, dart_mcp, path, recase, yaml

More

Packages that depend on flg