iyam_bloc 0.1.2 copy "iyam_bloc: ^0.1.2" to clipboard
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_bloc

With Flutter:

 $ flutter pub add iyam_bloc

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

dependencies:
  iyam_bloc: ^0.1.2

Alternatively, 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';
0
likes
0
points
437
downloads

Publisher

unverified uploader

Weekly Downloads

Reusable and type-safe BLoC templates for Flutter apps. Provides load, pagination, and form BLoC patterns with ready-to-use widget helpers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, iyam_core

More

Packages that depend on iyam_bloc