flutter_architect 2.0.2 copy "flutter_architect: ^2.0.2" to clipboard
flutter_architect: ^2.0.2 copied to clipboard

CLI to scaffold production-ready Flutter apps with Clean Architecture or MVVM, flavors, localization, CI/CD, and feature generators.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_architect

Use it

The package has the following executables:

$ flutter_architect

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_architect

With Flutter:

 $ flutter pub add flutter_architect

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

dependencies:
  flutter_architect: ^2.0.2

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:flutter_architect/flutter_architect.dart';
1
likes
160
points
217
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI to scaffold production-ready Flutter apps with Clean Architecture or MVVM, flavors, localization, CI/CD, and feature generators.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, interact

More

Packages that depend on flutter_architect