vnum 1.2.6 copy "vnum: ^1.2.6" to clipboard
vnum: ^1.2.6 copied to clipboard

discontinued

A library that enables value based enum behaviour using classes in flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vnum

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

dependencies:
  vnum: ^1.2.6

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:vnum/vnum.dart';
12
likes
40
pub points
32%
popularity

Publisher

unverified uploader

A library that enables value based enum behaviour using classes in flutter.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, json_annotation, reflectable

More

Packages that depend on vnum