flutter_value_bloc 1.3.0-dev
flutter_value_bloc: ^1.3.0-dev copied to clipboard
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_blocThis 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-devAlternatively, 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';