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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
20
likes
150
points
95
downloads

Publisher

verified publisherdlohani.com.np

Weekly Downloads

2024.09.20 - 2025.04.04

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