appwrite 0.0.7 appwrite: ^0.0.7 copied to clipboard
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add appwrite
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
appwrite: ^0.0.7
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:appwrite/appwrite.dart';