appwrite_auth_kit 0.9.0 copy "appwrite_auth_kit: ^0.9.0" to clipboard
appwrite_auth_kit: ^0.9.0 copied to clipboard

A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add appwrite_auth_kit

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

dependencies:
  appwrite_auth_kit: ^0.9.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:appwrite_auth_kit/appwrite_auth_kit.dart';
21
likes
120
pub points
67%
popularity

Publisher

verified publisherdlohani.com.np

A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

appwrite, flutter

More

Packages that depend on appwrite_auth_kit