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

Community edition Flutter plugin for cloudbase. Temporary alternative to the official null-safety version, all APIs are consistent with the official.

flutter dart

cloudbase_ce | 腾讯云 Flutter CloudBase Community Edition #

Pub Version Pub Popularity Pub Points

GitHub Stars Build Test GitHub License

描述 #

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

此版本为官方空安全版本的临时替代包,用于升级空安全使用,所有官方 API 不变,直接替换使用.

cloudbase_ce 将以下包全部都集成在了当中(就图个省事~)

平台支持 #

Target \ Platform Linux macOS Windows
Android
iOS - -

已迁移的包 #

Status Package
cloudbase_core
cloudbase_auth
cloudbase_storage
cloudbase_function
cloudbase_database

官方 Pub Package #

PackageName Pub Url
cloudbase_core Pub
cloudbase_auth Pub
cloudbase_storage Pub
cloudbase_function Pub
cloudbase_database Pub

安装 #

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

dependencies:
  cloudbase_ce:

简单示例 #

import 'package:cloudbase_ce/cloudbase_ce.dart';

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

详细文档 #

云开发·初始化

5
likes
0
pub points
38%
popularity

Publisher

verified publisherinsightop.com

Community edition Flutter plugin for cloudbase. Temporary alternative to the official null-safety version, all APIs are consistent with the official.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, dio, flutter, package_info_plus, shared_preferences

More

Packages that depend on cloudbase_ce