blocx 0.1.2 copy "blocx: ^0.1.2" to clipboard
blocx: ^0.1.2 copied to clipboard

BLoC pattern implementation which help with reducing boilerplate which comes with writing traditional BLoC pattern.

example/main.dart

import 'counter_actions.dart';
import 'counter_bloc.dart';

void main() {
  CounterBloc bloc = CounterBloc();
  bloc.dispatch(IncrementCounterAction());
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

BLoC pattern implementation which help with reducing boilerplate which comes with writing traditional BLoC pattern.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

rxdart

More

Packages that depend on blocx