proto_base_client 2.0.0-dev
proto_base_client: ^2.0.0-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 Dart:
$ dart pub add proto_base_clientWith Flutter:
$ flutter pub add proto_base_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
proto_base_client: ^2.0.0-devAlternatively, 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:proto_base_client/proto_base_client.dart';