faunadb_data 0.0.6 copy "faunadb_data: ^0.0.6" to clipboard
faunadb_data: ^0.0.6 copied to clipboard

This is a simple library that gives you CRUD operations for FAUNA.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add faunadb_data

With Flutter:

 $ flutter pub add faunadb_data

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

dependencies:
  faunadb_data: ^0.0.6

Alternatively, 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:faunadb_data/faunadb_data.dart';
2
likes
115
pub points
0%
popularity

Publisher

unverified uploader

This is a simple library that gives you CRUD operations for FAUNA.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

faunadb_http, optional

More

Packages that depend on faunadb_data