From c651a0086790f489520b60c113edef6e4d7aeabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Fri, 13 Sep 2024 21:49:05 +0800 Subject: [PATCH] Downgrade `meta` package to `1.12.0` to fix compatibility issues with Flutter. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7b482..93f32e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index ac75592..93a10a8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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