mobidev_hasura 0.1.2
mobidev_hasura: ^0.1.2 copied to clipboard
Easy handling of hasura's features. Like Query, Mutations and Upsert (mutation).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mobidev_hasuraWith Flutter:
$ flutter pub add mobidev_hasuraThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mobidev_hasura: ^0.1.2Alternatively, 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:mobidev_hasura/mobidev_hasura.dart';