layerx_generator 2.0.1 copy "layerx_generator: ^2.0.1" to clipboard
layerx_generator: ^2.0.1 copied to clipboard

A Flutter package that auto-generates a structured LayerX directory with GetX integration, MVVM pattern, and essential services for scalable projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate layerx_generator

Use it

The package has the following executables:

$ layerx_generator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add layerx_generator

With Flutter:

 $ flutter pub add layerx_generator

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

dependencies:
  layerx_generator: ^2.0.1

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:layerx_generator/layerx_generator.dart';
29
likes
150
points
165
downloads

Publisher

verified publisherthebughex.com

Weekly Downloads

A Flutter package that auto-generates a structured LayerX directory with GetX integration, MVVM pattern, and essential services for scalable projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path

More

Packages that depend on layerx_generator