ub_code_structure 0.0.5 copy "ub_code_structure: ^0.0.5" to clipboard
ub_code_structure: ^0.0.5 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 Flutter:

 $ flutter pub add ub_code_structure

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

dependencies:
  ub_code_structure: ^0.0.5

Alternatively, your editor might support 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
150
points
18
downloads

Documentation

API reference

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

MIT (license)

Dependencies

args, connectivity_plus, device_info_plus, dio, flutter, get, google_fonts, image_picker, path, permission_handler, shared_preferences

More

Packages that depend on ub_code_structure