cloudbase_ce 2.1.3 copy "cloudbase_ce: ^2.1.3" to clipboard
cloudbase_ce: ^2.1.3 copied to clipboard

Cloudbase SDK community edition. All APIs are consistent to the official with null-safety.

Pub Version Pub Popularity Pub Points GitHub Stars build-test GitHub License

Cloudbase_ce #

中文

A community edition of TencentCloud CloudBase(TCB) Flutter SDK.

Official documents:API Reference

Features Official SDK cloudbase_ce
Fully compatible official SDK 🚫
Support Null-safety
Fixed bugs
Support Phone authentication 🔜
Dart3 Compatibility
Delete deprecated API calls
Latest dependencies versions
GitHub Actions CI/CD

Quick Start #

  1. Add cloudbase_ce to your package's dependencies in pubspec.yaml file:
// pubspec.yaml

  ...

  dependencies:
    flutter:
      sdk: flutter
+   cloudbase_ce: ^2.x.x

  dev_dependencies:

  ...
  1. Import the package in your dart file:
 import 'package:cloudbase_ce/cloudbase_ce.dart';
  1. Initialize CloudBase:
void main() async {
  CloudBaseCore core = CloudBaseCore.init({
    'env': 'your-env-id', // Replace with your own envID
    'appAccess': {
      'key': 'your-app-access-key', // Replace with your own appAccessKey
      'version': 'your-app-access-version' // Replace with your own appAccessVersion
    },
    'timeout': 3000 // Optional, request timeout in milliseconds
  });
}

Migrated packages #

Package Version Status
cloudbase_core Pub version
cloudbase_auth Pub version
cloudbase_database Pub version
cloudbase_function Pub version
cloudbase_storage Pub version

CI/CD #

  • ✅ Automatically build & test
  • ✅ Automatically upgrade dependencies(pub, github-actions)
  • ✅ Automatically quality control
  • ❌ Automatically publish to pub.dev

Contributors #

GitHub contributors

6
likes
150
pub points
33%
popularity

Publisher

verified publisherinsightop.com

Cloudbase SDK community edition. All APIs are consistent to the official with null-safety.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

crypto, dio, flutter, package_info_plus, shared_preferences

More

Packages that depend on cloudbase_ce