enum_option_set 1.0.0 copy "enum_option_set: ^1.0.0" to clipboard
enum_option_set: ^1.0.0 copied to clipboard

EnumOptionSet is a Dart package that provides a way to manage a set of enum options. It allows you to add, remove, and check options in a set, and perform set operations like union, intersection, and [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add enum_option_set

With Flutter:

 $ flutter pub add enum_option_set

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

dependencies:
  enum_option_set: ^1.0.0

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:enum_option_set/enum_option_set.dart';
2
likes
150
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

EnumOptionSet is a Dart package that provides a way to manage a set of enum options. It allows you to add, remove, and check options in a set, and perform set operations like union, intersection, and difference.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on enum_option_set