proto_base_client 2.1.1-dev copy "proto_base_client: ^2.1.1-dev" to clipboard
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';
1
likes
160
points
41
downloads

Publisher

verified publisherknowledgetotal.com

Weekly Downloads

A Flutter package for integrating ProtoBase authentication and database operations, providing easy-to-use methods for email, username, and API token-based authentication.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http

More

Packages that depend on proto_base_client