appwrite_dev 0.3.1 copy "appwrite_dev: ^0.3.1" to clipboard
appwrite_dev: ^0.3.1 copied to clipboard

discontinuedreplaced by: appwrite
outdated

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appwrite_dev

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

dependencies:
  appwrite_dev: ^0.3.1

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:appwrite_dev/appwrite.dart';
import 'package:appwrite_dev/client.dart';
import 'package:appwrite_dev/enums.dart';
import 'package:appwrite_dev/service.dart';
import 'package:appwrite_dev/services/account.dart';
import 'package:appwrite_dev/services/avatars.dart';
import 'package:appwrite_dev/services/database.dart';
import 'package:appwrite_dev/services/locale.dart';
import 'package:appwrite_dev/services/storage.dart';
import 'package:appwrite_dev/services/teams.dart';
3
likes
20
pub points
0%
popularity

Publisher

verified publisherappwrite.io

Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

cookie_jar, dio, dio_cookie_manager, flutter, flutter_web_auth, meta, package_info, path_provider

More

Packages that depend on appwrite_dev