netlify_auth 0.0.1 copy "netlify_auth: ^0.0.1" to clipboard
netlify_auth: ^0.0.1 copied to clipboard

A Dart client library for the GoTrue API. It lets you create and authenticate users and is a building block for constructing the UI for signups, password recovery, login and logout.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add netlify_auth

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

dependencies:
  netlify_auth: ^0.0.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:netlify_auth/netlify_auth.dart';
2
likes
100
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart client library for the GoTrue API. It lets you create and authenticate users and is a building block for constructing the UI for signups, password recovery, login and logout.

Homepage

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, shared_preferences

More

Packages that depend on netlify_auth