generic_enum_example 0.1.3 copy "generic_enum_example: ^0.1.3" to clipboard
generic_enum_example: ^0.1.3 copied to clipboard

discontinued
outdated

Demonstrates how to define and build generic enumeration classes using the library generic_enum.

example/README.md

Generic Enum Example #

Build Status

Introduction #

This library serves as a demonstrator on how to create generic_enum classes with features like json-serialization, a value-instance map, and access to instance identifiers.

Starting Point #

As a starting point, users could follow these steps:

  1. Clone this repository.
  2. Add you own generic enum classes to the local folder generic_enum/generic_enum_example/lib.
  3. In a terminal navigate to the local folder generic_enum/generic_enum_example and build the project by running the command:
    $ pub run build_runner build --delete-conflicting-outputs
    

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
0%
popularity

Publisher

verified publishersimphotonics.com

Demonstrates how to define and build generic enumeration classes using the library generic_enum.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

generic_enum, generic_enum_annotation

More

Packages that depend on generic_enum_example