better_enum 1.0.0 copy "better_enum: ^1.0.0" to clipboard
better_enum: ^1.0.0 copied to clipboard

Package that provides a better way (java-like) to write enums

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add better_enum

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

dependencies:
  better_enum: ^1.0.0

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:better_enum/better_enum.dart';
3
likes
40
pub points
0%
popularity

Publisher

verified publisherbithero.by

Package that provides a better way (java-like) to write enums

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on better_enum