enum_object 0.0.2 copy "enum_object: ^0.0.2" to clipboard
enum_object: ^0.0.2 copied to clipboard

Converts enum value to String and vice versa

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add enum_object

With Flutter:

 $ flutter pub add enum_object

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

dependencies:
  enum_object: ^0.0.2

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:enum_object/enum_object.dart';
4
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Converts enum value to String and vice versa

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on enum_object