Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiniu/dart-sdk
Qiniu Resource (Cloud) Storage SDK for Dart
https://github.com/qiniu/dart-sdk
dart flutter qiniu sdk upload
Last synced: 1 day ago
JSON representation
Qiniu Resource (Cloud) Storage SDK for Dart
- Host: GitHub
- URL: https://github.com/qiniu/dart-sdk
- Owner: qiniu
- Created: 2020-09-07T02:55:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T09:23:08.000Z (about 1 month ago)
- Last Synced: 2024-09-27T10:37:40.816Z (about 1 month ago)
- Topics: dart, flutter, qiniu, sdk, upload
- Language: Dart
- Homepage:
- Size: 2.17 MB
- Stars: 24
- Watchers: 6
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dart SDK
[![codecov](https://codecov.io/gh/qiniu/dart-sdk/branch/master/graph/badge.svg?token=5VOX6NJTKF)](https://codecov.io/gh/qiniu/dart-sdk)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![qiniu_sdk_base](https://img.shields.io/pub/v/qiniu_sdk_base.svg?label=qiniu_sdk_base)](https://pub.dev/packages/qiniu_sdk_base)
[![qiniu_flutter_sdk](https://img.shields.io/pub/v/qiniu_flutter_sdk.svg?label=qiniu_flutter_sdk)](https://pub.dev/packages/qiniu_flutter_sdk)## 目录说明
- base 封装了七牛各业务的基础实现
- flutter 该目录是 base + Flutter 的绑定实现,同时导出为单独的 package 提供给用户使用### [Flutter SDK](https://github.com/qiniu/dart-sdk/tree/master/flutter)
七牛云业务基于 Dart 绑定 Flutter 的实现,为 Flutter 提供简易的使用方式,更多信息查看该目录下的 [README.md](https://github.com/qiniu/dart-sdk/tree/master/flutter/README.md) 文件。