appwrite_auth_kit 0.7.0 copy "appwrite_auth_kit: ^0.7.0" to clipboard
appwrite_auth_kit: ^0.7.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 Dart:

 $ dart pub add appwrite_auth_kit

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 dart pub get):

dependencies:
  appwrite_auth_kit: ^0.7.0

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:appwrite_auth_kit/appwrite_auth_kit.dart';
21
likes
0
pub points
39%
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

License

unknown (LICENSE)

Dependencies

appwrite, flutter

More

Packages that depend on appwrite_auth_kit