getx_clean_arch 0.0.8 copy "getx_clean_arch: ^0.0.8" to clipboard
getx_clean_arch: ^0.0.8 copied to clipboard

A CLI tool for scaffolding and managing Flutter projects with GetX and Clean Architecture.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate getx_clean_arch

Use it

The package has the following executables:

$ getxcli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add getx_clean_arch

With Flutter:

 $ flutter pub add getx_clean_arch

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

dependencies:
  getx_clean_arch: ^0.0.8

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:getx_clean_arch/getx_clean_arch.dart';
1
likes
0
points
172
downloads

Publisher

verified publisherrithamto.site

Weekly Downloads

A CLI tool for scaffolding and managing Flutter projects with GetX and Clean Architecture.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #getx #clean-architecture #generator

License

unknown (license)

Dependencies

args, dart_style, dcli, dio, flutter, get, mason_logger, path, recase, yaml

More

Packages that depend on getx_clean_arch