proto_base_client 2.0.0-dev copy "proto_base_client: ^2.0.0-dev" to clipboard
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_client

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 dart pub get):

dependencies:
  proto_base_client: ^2.0.0-dev

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:proto_base_client/proto_base_client.dart';
2
likes
0
points
22
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)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on proto_base_client