Generic Enum Example

Dart

Introduction

The package generic_enum_example demonstrates how to define and build extentions on Dart enums with the help of generic_enum and generic_enum_builder.

Starting Point

As a starting point users could clone this repository, add their own generic enum classes to the folder lib and build the library.

Usage

A step-by-step guide on how to configure the builder is provided at https://pub.dev/packages/generic_enum#usage.

Features and bugs

Please file feature requests and bugs at the issue tracker.