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

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

flutter dart

CloudBase Flutter SDK Community Edition #

Pub Version Pub Popularity Pub Points

GitHub Stars build-test GitHub License

描述 #

腾讯云·云开发的 Flutter 插件,更多的云开发 Flutter 插件请见云开发文档

此 package 相比官方版本的升级:

  • 支持空安全
  • 删除过时的 API 调用
  • 升级依赖版本

平台支持 #

Platform Android iOS
Linux -
macOS
Windows -

已迁移的包 #

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

安装 #

在 flutter 项目的 pubspec.yaml 文件的 dependencies 中添加

dependencies:
  cloudbase_ce:

简单示例 #

import 'package:cloudbase_ce/cloudbase_ce.dart';

// 初始化 CloudBase
CloudBaseCore core = CloudBaseCore.init({
    // 填写你的云开发 env
    'env': 'your-env-id'
});

详细文档 #

云开发·初始化

CI/CD #

  • 自动化编译测试
  • 自动化发布到 pub.dev
  • 自动化升级依赖版本(pub, github-actions)
  • 自动化质量控制

贡献者 #

GitHub contributors

5
likes
140
pub points
38%
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