value_bloc 1.0.0+1 copy "value_bloc: ^1.0.0+1" to clipboard
value_bloc: ^1.0.0+1 copied to clipboard

discontinued
outdated

A predictable state management library that helps implement a fetch data from database or another storage

example/lib/main.dart

// import 'package:value_bloc/value_bloc.dart';
//
// class HomeViewState {}
//
// class HomeView extends ViewCubit<HomeViewState, Object> {
//   HomeView(HomeViewState state) : super(state);
//   @override
//   void onLoading() {}
// }

void main() {}
2
likes
130
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A predictable state management library that helps implement a fetch data from database or another storage

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, built_collection, built_value, collection, equatable, meta, pure_extensions, quiver, rxdart

More

Packages that depend on value_bloc