proto_base_client 2.1.1-dev
proto_base_client: ^2.1.1-dev copied to clipboard
A Flutter package for integrating ProtoBase authentication and database operations, providing easy-to-use methods for email, username, and API token-based authentication.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add proto_base_client
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
proto_base_client: ^2.1.1-dev
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:proto_base_client/proto_base_client.dart';