cloudbase_flutter 1.0.6 copy "cloudbase_flutter: ^1.0.6" to clipboard
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
0
likes
160
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

Tencent CloudBase Flutter SDK for authentication, cloud functions, cloud run, and API gateway integration.

Homepage

Topics

#cloudbase #tencent-cloud #authentication #serverless #cloud-functions

Documentation

API reference

Funding

Consider supporting this project:

cloud.tencent.com

License

MIT (license)

Dependencies

dio, flutter, shared_preferences, uuid

More

Packages that depend on cloudbase_flutter