graphql_flutter_bloc 0.7.0-nullsafety.0 copy "graphql_flutter_bloc: ^0.7.0-nullsafety.0" to clipboard
graphql_flutter_bloc: ^0.7.0-nullsafety.0 copied to clipboard

outdated

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: ^0.7.0-nullsafety.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
0
pub points
75%
popularity

Publisher

verified publisherartflutter.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_bloc, freezed_annotation, gql, graphql, http

More

Packages that depend on graphql_flutter_bloc