abstract_bloc 1.2.37 copy "abstract_bloc: ^1.2.37" to clipboard
abstract_bloc: ^1.2.37 copied to clipboard

Abstraction for fetching local or remote data via flutter_bloc

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add abstract_bloc

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

dependencies:
  abstract_bloc: ^1.2.37

Alternatively, 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:abstract_bloc/abstract_bloc.dart';
7
likes
140
pub points
67%
popularity

Publisher

unverified uploader

Abstraction for fetching local or remote data via flutter_bloc

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc, provider, pull_to_refresh, rest_api_client

More

Packages that depend on abstract_bloc