flutter_clean_architect_gen 0.0.5 copy "flutter_clean_architect_gen: ^0.0.5" to clipboard
flutter_clean_architect_gen: ^0.0.5 copied to clipboard

A CLI tool to generate Clean Architecture structure in Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_clean_architect_gen

Use it

The package has the following executables:

$ flutter_clean_architect_gen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_clean_architect_gen

With Flutter:

 $ flutter pub add flutter_clean_architect_gen

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

dependencies:
  flutter_clean_architect_gen: ^0.0.5

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_clean_architect_gen/create_feature.dart';
import 'package:flutter_clean_architect_gen/file_utils.dart';
13
likes
125
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to generate Clean Architecture structure in Flutter projects.

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, path

More

Packages that depend on flutter_clean_architect_gen