dispatchable 0.0.1-dev.3
dispatchable: ^0.0.1-dev.3 copied to clipboard
Package containing the annotations used by the `dispatchable_generator` package to specify which classes to generate dispatchers for.
0.0.1-dev.3 #
- @Dispatchable now accepts a list of classes for which it will generate all possible combinations of sub-types for each class in turn, super useful for use with Bloc.
- @Dispatchable can now be configured to use provided method prefixes and separators.