iyam_bloc 0.1.2
iyam_bloc: ^0.1.2 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 Dart:
$ dart pub add iyam_blocWith Flutter:
$ flutter pub add iyam_blocThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
iyam_bloc: ^0.1.2Alternatively, your editor might support dart pub get or 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';