appwrite_auth_kit 0.10.0 copy "appwrite_auth_kit: ^0.10.0" to clipboard
appwrite_auth_kit: ^0.10.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.10.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';
20
likes
150
points
70
downloads

Publisher

verified publisherdlohani.com.np

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

appwrite, flutter

More

Packages that depend on appwrite_auth_kit