enum_generator 1.0.5 copy "enum_generator: ^1.0.5" to clipboard
enum_generator: ^1.0.5 copied to clipboard

outdated

This is a lightweight library to create functionality for enum class type and make enum usage much better.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add enum_generator

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

dependencies:
  enum_generator: ^1.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:enum_generator/annotation.dart';
import 'package:enum_generator/enum_generators.dart';
2
likes
0
pub points
39%
popularity

Publisher

unverified uploader

This is a lightweight library to create functionality for enum class type and make enum usage much better.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

analyzer, build, build_config, flutter, source_gen

More

Packages that depend on enum_generator