graphql_flutter_bloc 1.0.0 copy "graphql_flutter_bloc: ^1.0.0" to clipboard
graphql_flutter_bloc: ^1.0.0 copied to clipboard

BLOC wrapper over `graphql_flutter` streams with improved state handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add graphql_flutter_bloc

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

dependencies:
  graphql_flutter_bloc: ^1.0.0

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:graphql_flutter_bloc/graphql_flutter_bloc.dart';
15
likes
100
pub points
75%
popularity

Publisher

verified publisherartflutter.dev

BLOC wrapper over `graphql_flutter` streams with improved state handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc_concurrency, flutter, flutter_bloc, freezed_annotation, gql, graphql, http

More

Packages that depend on graphql_flutter_bloc