simple_getx_folder_create 0.0.7 copy "simple_getx_folder_create: ^0.0.7" to clipboard
simple_getx_folder_create: ^0.0.7 copied to clipboard

A Dart CLI tool that scaffolds a complete GetX Flutter project structure, including pages, network layer, utils, widgets, and a wired main.dart with GetStorage and light/dark theme support out of the box.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate simple_getx_folder_create

Use it

The package has the following executables:

$ simple_getx_folder_create

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_getx_folder_create

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

dependencies:
  simple_getx_folder_create: ^0.0.7

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:simple_getx_folder_create/simple_getx_folder_create.dart';
5
likes
140
points
160
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool that scaffolds a complete GetX Flutter project structure, including pages, network layer, utils, widgets, and a wired main.dart with GetStorage and light/dark theme support out of the box.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, flutter, path

More

Packages that depend on simple_getx_folder_create