value_bloc 0.5.0-dev.4 copy "value_bloc: ^0.5.0-dev.4" to clipboard
value_bloc: ^0.5.0-dev.4 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
0
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

License

unknown (license)

Dependencies

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

More

Packages that depend on value_bloc