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

outdated

class_switch lets you you switch over all the sub-classes of a class instance or over multiple different classes at once. Pairs with class_switch_generator which does the actual code generation to ena [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add class_switch

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

dependencies:
  class_switch: ^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/class_switch.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publishernigelgott.com

class_switch lets you you switch over all the sub-classes of a class instance or over multiple different classes at once. Pairs with class_switch_generator which does the actual code generation to enable class switching.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on class_switch