dash_generator 0.5.4
dash_generator: ^0.5.4 copied to clipboard
Dash Generator library is responsible to generate all the boilerplate code needed by dash library.
example/main.dart
import 'bloc_example.dart';
import 'provider.dart';
class Main {
BlocExample provideBlocExample() => $Provider.of<BlocExample>();
disposeBlocExample() => $Provider.dispose<BlocExample>();
}