archi_gen 0.5.1 copy "archi_gen: ^0.5.1" to clipboard
archi_gen: ^0.5.1 copied to clipboard

A CLI tool to generate Flutter Clean Architecture boilerplate. Generates core structure, features, and presets with dio, fresh_dio, flutter_bloc, go_router, get_it, fpdart, and google_fonts.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate archi_gen

Use it

The package has the following executables:

$ archi_gen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add archi_gen

With Flutter:

 $ flutter pub add archi_gen

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

dependencies:
  archi_gen: ^0.5.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:archi_gen/archi_gen.dart';
0
likes
140
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate Flutter Clean Architecture boilerplate. Generates core structure, features, and presets with dio, fresh_dio, flutter_bloc, go_router, get_it, fpdart, and google_fonts.

Repository (GitHub)
View/report issues

Topics

#code-generation #flutter #clean-architecture #cli #flutter-bloc

License

MIT (license)

Dependencies

args, path

More

Packages that depend on archi_gen