clean_gen_tool_plus 1.0.4 copy "clean_gen_tool_plus: ^1.0.4" to clipboard
clean_gen_tool_plus: ^1.0.4 copied to clipboard

CleanGenToolPlus is a Dart package designed to help developers create and manage clean architecture projects efficiently.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate clean_gen_tool_plus

Use it

The package has the following executables:

$ clean_arch

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_gen_tool_plus

With Flutter:

 $ flutter pub add clean_gen_tool_plus

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

dependencies:
  clean_gen_tool_plus: ^1.0.4

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:clean_gen_tool_plus/clean_gen_tool_plus.dart';
2
likes
150
points
15
downloads

Publisher

verified publisherbummycakes.com

Weekly Downloads

CleanGenToolPlus is a Dart package designed to help developers create and manage clean architecture projects efficiently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, io, path, yaml

More

Packages that depend on clean_gen_tool_plus