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

Firegraph is a plugin that lets you query firestore with GraphQL.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firegraph

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

dependencies:
  firegraph: ^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:firegraph/firegraph.dart';
13
likes
40
pub points
0%
popularity

Publisher

verified publishertaosif7.com

Firegraph is a plugin that lets you query firestore with GraphQL.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

cloud_firestore, flutter, graphql_parser

More

Packages that depend on firegraph