warped_bloc 1.0.2 copy "warped_bloc: ^1.0.2" to clipboard
warped_bloc: ^1.0.2 copied to clipboard

BLoC Utilities to make your life easier when you want to perform API Calls

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add warped_bloc

With Flutter:

 $ flutter pub add warped_bloc

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

dependencies:
  warped_bloc: ^1.0.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:warped_bloc/warped_bloc.dart';
16
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

BLoC Utilities to make your life easier when you want to perform API Calls

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

equatable, flutter, flutter_bloc

More

Packages that depend on warped_bloc