flutter_value_bloc 1.3.0-dev copy "flutter_value_bloc: ^1.3.0-dev" to clipboard
flutter_value_bloc: ^1.3.0-dev copied to clipboard

discontinued
outdated

Flutter Widgets that make it easy to implement the ValueBloc for list, table and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_value_bloc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_value_bloc: ^1.3.0-dev

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_value_bloc/flutter_value_bloc.dart';
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Flutter Widgets that make it easy to implement the ValueBloc for list, table and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

built_collection, flutter, flutter_bloc, provider, pull_to_refresh, value_bloc

More

Packages that depend on flutter_value_bloc