Skip to content

Commit

Permalink
Downgrade meta package to 1.12.0 to fix compatibility issues with…
Browse files Browse the repository at this point in the history
… Flutter.
  • Loading branch information
lijy91 committed Sep 13, 2024
1 parent 350fd7c commit c651a00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.2

- Downgrade `meta` package to `1.12.0` to fix compatibility issues with Flutter.

# 3.5.1

- Updates minimum supported SDK version to Dart 3.0.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: minio
description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
version: 3.5.1
version: 3.5.2
homepage: https://github.com/xtyxtyx/minio-dart
issue_tracker: https://github.com/xtyxtyx/minio-dart/issues

Expand All @@ -13,7 +13,7 @@ dependencies:
crypto: ^3.0.3
http: ^1.1.0
intl: ^0.19.0
meta: ^1.15.0
meta: ^1.12.0
mime: ^1.0.4
path: ^1.8.0
xml: ^6.4.2
Expand Down

0 comments on commit c651a00

Please sign in to comment.