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.
1.0.1-dev - Version 1.0.1 #
- Added API tokens to validate application requests.
- Users can enroll for API keys from the official website.
- Updated Documentation
2.0.0-dev - Version 2.0.0 #
- Added
ProtoBaseDatabaseClient
for database operations.- Methods for creating tables, inserting data, reading data, updating data, and deleting data.
- Improved error handling in API client methods.
- Added example usage in
main.dart
. - Updated documentation with new API methods.
2.0.1-dev - Version 2.0.1 #
- minor patches including api rotue changes
2.1.1-dev - Version 2.1.1 #
- Added example usage in
main.dart
for database operations. - Improved error handling and response handling in
ProtoBaseApiClient
. - Updated documentation with new API methods and example usage.
- Added
HomePage
example inhome.dart
.