simple_getx_folder_create 0.0.7
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_createUse 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_createThis 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.7Alternatively, 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';