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

discontinued
outdated

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.2

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
0
pub points
36%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation, json_serializable, reflectable

More

Packages that depend on vnum