iyam_bloc 0.3.0
iyam_bloc: ^0.3.0 copied to clipboard
Reusable and type-safe BLoC templates for Flutter apps. Provides load, pagination, and form BLoC patterns with ready-to-use widget helpers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iyam_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iyam_bloc: ^0.3.0Alternatively, 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:iyam_bloc/iyam_bloc.dart';