mobkit_enum_generator 0.1.6 copy "mobkit_enum_generator: ^0.1.6" to clipboard
mobkit_enum_generator: ^0.1.6 copied to clipboard

Provides Dart Build System builders for handling Enum. You can get values ​and descriptions from your enums.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobkit_enum_generator

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

dependencies:
  mobkit_enum_generator: ^0.1.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:mobkit_enum_generator/annotations.dart';
import 'package:mobkit_enum_generator/builder.dart';
import 'package:mobkit_enum_generator/mobkit_generator.dart';
13
likes
140
pub points
67%
popularity

Publisher

verified publisherbiscozum.com.tr

Provides Dart Build System builders for handling Enum. You can get values ​and descriptions from your enums.

Repository (GitHub)
View/report issues

Topics

#enum #generate #json #helper #serializable

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, build_runner, flutter, source_gen

More

Packages that depend on mobkit_enum_generator