cloudbase_flutter 1.0.6
cloudbase_flutter: ^1.0.6 copied to clipboard
Tencent CloudBase Flutter SDK for authentication, cloud functions, cloud run, and API gateway integration.
1.0.6 #
- Add MySQL module (CloudBaseMySQL)
- Direct SQL query execution
- Transaction support (begin, commit, rollback)
- Database/table management operations
- Add example code for MySQL modules
- Add unit tests for MySQL modules
1.0.5 #
- Add Data Model module (CloudBaseDataModel)
- CRUD operations with filter, select, orderBy, expand support
- Batch create/update/delete operations
- Upsert support
- Raw MySQL command execution
- DataSource query APIs (aggregate list, detail, schema, table name)
- Refactor HTTP client with token auto-refresh and improved documentation
- Add example code for Data Model
- Add unit tests for Data Model
1.0.4 #
- Add example code
1.0.3 #
- Update README documentation
1.0.2 #
- Fix HTTP client not handling empty token string correctly
1.0.1 #
- Improve README documentation with complete authentication API usage
1.0.0 #
- Initial release
- Authentication module (CloudBaseAuth)
- Email/phone registration and sign-in
- Password sign-in
- OTP verification sign-in
- OAuth third-party sign-in
- IdToken sign-in
- Custom ticket sign-in
- Anonymous sign-in
- Session management (get, refresh, set)
- User information management
- Identity provider binding/unbinding
- Password reset
- Cloud Functions module (CloudBaseFunctions)
- Basic cloud function invocation
- Function-based cloud run invocation
- Cloud Run module (CloudBaseCloudRun)
- HTTP methods support (GET/POST/PUT/DELETE)
- Custom request headers
- API Gateway module (CloudBaseApis)
- Chained calls
- Multiple HTTP methods support
- Captcha module (CloudBaseCaptcha)
- Image captcha
- Custom captcha handler
- Built-in captcha dialog