ub_code_structure 0.0.2 copy "ub_code_structure: ^0.0.2" to clipboard
ub_code_structure: ^0.0.2 copied to clipboard

CLI scaffolding package to initialize a modular GetX Flutter structure and generate feature modules.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ub_code_structure

Use it

The package has the following executables:

$ create
$ init

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ub_code_structure

With Flutter:

 $ flutter pub add ub_code_structure

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

dependencies:
  ub_code_structure: ^0.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:ub_code_structure/ub_code_structure.dart';
1
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

CLI scaffolding package to initialize a modular GetX Flutter structure and generate feature modules.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, connectivity_plus, dio, flutter, get, google_fonts, path, shared_preferences

More

Packages that depend on ub_code_structure