mobkit_enum_generator 0.0.4 copy "mobkit_enum_generator: ^0.0.4" to clipboard
mobkit_enum_generator: ^0.0.4 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 Dart:

 $ dart pub add mobkit_enum_generator

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 dart pub get):

dependencies:
  mobkit_enum_generator: ^0.0.4

Alternatively, your editor might support dart pub get or 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
0
pub points
66%
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

License

unknown (LICENSE)

Dependencies

analyzer, build, build_runner, flutter, source_gen

More

Packages that depend on mobkit_enum_generator