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

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

cloudbase flutter dart

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 cloudbase_ce Official SDK
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',
    'appAccess': {
      'key': 'your-app-access-key',
      'version': 'your-app-access-version'
    },
    'timeout': 3000 // Optional
  });
}

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

5
likes
120
pub points
44%
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