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.
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
ProtoBaseDatabaseClientfor 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.