value_bloc 1.1.0 copy "value_bloc: ^1.1.0" to clipboard
value_bloc: ^1.1.0 copied to clipboard

discontinued

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
100
points
10
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, dartz, equatable, pure_extensions, quiver, rxdart

More

Packages that depend on value_bloc