generic_enum_example 0.1.2
generic_enum_example: ^0.1.2 copied to clipboard
Demonstrates how to define and build generic enumeration classes using the library generic_enum.
example/README.md
Generic Enum Example #
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:
- Clone this repository.
- Add you own generic enum classes to the local folder
generic_enum/generic_enum_example/lib. - In a terminal navigate to the local folder
generic_enum/generic_enum_exampleand 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.