gotrue 2.11.1 copy "gotrue: ^2.11.1" to clipboard
gotrue: ^2.11.1 copied to clipboard

A dart client library for the GoTrue API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gotrue
copied to clipboard

With Flutter:

 $ flutter pub add gotrue
copied to clipboard

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

dependencies:
  gotrue: ^2.11.1
copied to clipboard

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:gotrue/gotrue.dart';
copied to clipboard
12
likes
150
points
109k
downloads

Publisher

verified publishersupabase.io

Weekly Downloads

2024.07.16 - 2025.01.28

A dart client library for the GoTrue API.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, crypto, http, jwt_decode, logging, meta, retry, rxdart

More

Packages that depend on gotrue