oss_flutter 0.2.2 copy "oss_flutter: ^0.2.2" to clipboard
oss_flutter: ^0.2.2 copied to clipboard

A pure Dart Aliyun OSS (Object Storage Service) client for Flutter and Dart, supporting STS authentication, file upload/download, multipart upload, and bucket management. Null safety and Flutter 3.x supported.

CHANGELOG #

0.2.2 #

  1. Upgrade intl dependency to ^0.20.2
  2. Prepare for pub.flutter-io.cn publish

0.2.1 Metadata & pub.flutter-io.cn Preparation #

  1. Update pubspec.yaml metadata for pub.flutter-io.cn best practices (repository, issue tracker, documentation, topics, platforms, maintainer, license, etc.)
  2. Bump version to 0.2.1
  3. Ready for pub.flutter-io.cn publish

0.2.0 Null Safety & Flutter 3.x Support #

  1. BREAKING: Migrate to null safety (requires Dart 3.0+)
  2. BREAKING: Update to Flutter 3.x compatibility
  3. Update all dependencies to latest versions:
    • crypto: ^3.0.3
    • intl: ^0.18.0
    • xml: ^6.3.0
    • test: ^1.24.0
  4. Improve type safety throughout the codebase
  5. Fix null safety issues in all classes and methods
  6. Update test files to support null safety
  7. Add proper null checks and type annotations

0.1.6 #

  1. Fix some bugs

0.1.5 #

  1. add multipart upload support

0.1.4 #

  1. Fix some bugs

0.1.1 #

  1. Change Date format

0.1.0 #

  1. Add fileData getter

0.0.8 #

  1. Fix bugs in asUrl

0.0.7 #

  1. Use String instead of Map to solve the cast problem

0.0.6 #

  1. Fix bugs of null or empty determine 2

0.0.5 #

  1. Fix bugs of null or empty determine

0.0.4 #

  1. Fix bugs of json decode

0.0.3 #

  1. Add a getter returns the url with parameters

0.0.2 #

  1. Add more mimetypes

0.0.1 init version #

  1. list buckets
  2. put object
  3. delete object
6
likes
120
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A pure Dart Aliyun OSS (Object Storage Service) client for Flutter and Dart, supporting STS authentication, file upload/download, multipart upload, and bucket management. Null safety and Flutter 3.x supported.

Repository (GitHub)
View/report issues

Topics

#aliyun #oss #storage #flutter #null-safety

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

crypto, intl, xml

More

Packages that depend on oss_flutter