atom_generator 0.0.3 atom_generator: ^0.0.3 copied to clipboard
Atom Generator is a package that accelerates your Flutter development and generate GetX routes, bindings with a lot of options
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add atom_generator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
atom_generator: ^0.0.3
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:atom_generator/atom_generator.dart';