enum_extension 0.0.4 copy "enum_extension: ^0.0.4" to clipboard
enum_extension: ^0.0.4 copied to clipboard

enum_extension is an enum extension generator designed to enhance your simple enums

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add enum_extension

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

dependencies:
  enum_extension: ^0.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:enum_extension/enum_extension.dart';
7
likes
150
points
31
downloads
screenshot

Publisher

verified publisherishaf.info

Weekly Downloads

enum_extension is an enum extension generator designed to enhance your simple enums

Repository (GitHub)
View/report issues

Topics

#buildrunner #enum #codegeneration #dart

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_config, enum_extension_annotation, source_gen

More

Packages that depend on enum_extension