oss_flutter 0.2.2
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 #
- Upgrade intl dependency to ^0.20.2
- Prepare for pub.flutter-io.cn publish
0.2.1 Metadata & pub.flutter-io.cn Preparation #
- Update pubspec.yaml metadata for pub.flutter-io.cn best practices (repository, issue tracker, documentation, topics, platforms, maintainer, license, etc.)
- Bump version to 0.2.1
- Ready for pub.flutter-io.cn publish
0.2.0 Null Safety & Flutter 3.x Support #
- BREAKING: Migrate to null safety (requires Dart 3.0+)
- BREAKING: Update to Flutter 3.x compatibility
- Update all dependencies to latest versions:
- crypto: ^3.0.3
- intl: ^0.18.0
- xml: ^6.3.0
- test: ^1.24.0
- Improve type safety throughout the codebase
- Fix null safety issues in all classes and methods
- Update test files to support null safety
- Add proper null checks and type annotations
0.1.6 #
- Fix some bugs
0.1.5 #
- add multipart upload support
0.1.4 #
- Fix some bugs
0.1.1 #
- Change Date format
0.1.0 #
- Add fileData getter
0.0.8 #
- Fix bugs in asUrl
0.0.7 #
- Use String instead of Map to solve the cast problem
0.0.6 #
- Fix bugs of null or empty determine 2
0.0.5 #
- Fix bugs of null or empty determine
0.0.4 #
- Fix bugs of json decode
0.0.3 #
- Add a getter returns the url with parameters
0.0.2 #
- Add more mimetypes
0.0.1 init version #
- list buckets
- put object
- delete object