fbloc_event_gen 3.0.2 copy "fbloc_event_gen: ^3.0.2" to clipboard
fbloc_event_gen: ^3.0.2 copied to clipboard

Generates STATE, EVENT AND BLOC from a SINGLE LINE OF STATE VARIABLE and can generate custom event classes from factory constructors.

example/lib/main.dart

import 'package:equatable/equatable.dart';
import 'package:fbloc_event_gen/annotations.dart';

part 'state.dart';
part 'events.dart';
part 'main.g.dart';
void main() {
  
}
3
likes
0
points
178
downloads

Publisher

unverified uploader

Weekly Downloads

Generates STATE, EVENT AND BLOC from a SINGLE LINE OF STATE VARIABLE and can generate custom event classes from factory constructors.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, build_runner, equatable, source_gen

More

Packages that depend on fbloc_event_gen