class_switch_generator 0.0.1-dev.1 copy "class_switch_generator: ^0.0.1-dev.1" to clipboard
class_switch_generator: ^0.0.1-dev.1 copied to clipboard

outdated

class_switch_generator lets you you switch over all the sub-classes of a class instance or over multiple different classes at once. Pairs with class_switch which contains the annotations to mark class [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add class_switch_generator

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

dependencies:
  class_switch_generator: ^0.0.1-dev.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:class_switch_generator/class_switch_generator.dart';
0
likes
0
pub points
0%
popularity

Publisher

verified publishernigelgott.com

class_switch_generator lets you you switch over all the sub-classes of a class instance or over multiple different classes at once. Pairs with class_switch which contains the annotations to mark classes to have switch code generated for.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, class_switch, generic_reader, meta, optional, source_gen

More

Packages that depend on class_switch_generator