From a799d77af722962629473e6de4c3afd2ee51aba1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 8 Sep 2023 12:01:03 +0800 Subject: [PATCH 1/3] Upgrade UUID dependency from ^3.0.1 to ^4.0.0 --- just_audio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index e25428343..25980ad4a 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: path: ^1.8.0 path_provider: ^2.0.0 async: ^2.5.0 - uuid: ^3.0.1 + uuid: ^4.0.0 crypto: ^3.0.0 meta: ^1.3.0 flutter: From 32c5b89ea796df3185bd09d011604d39942fcddd Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 8 Sep 2023 12:32:29 +0800 Subject: [PATCH 2/3] Fix version constraint --- just_audio/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 25980ad4a..53b32e2bf 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -25,7 +25,7 @@ dependencies: path: ^1.8.0 path_provider: ^2.0.0 async: ^2.5.0 - uuid: ^4.0.0 + uuid: '>=3.0.1 <5.0.0' crypto: ^3.0.0 meta: ^1.3.0 flutter: From 4e8b3823d557f85b70a24e128e8ed18ed6445102 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Tue, 12 Sep 2023 16:50:29 +1000 Subject: [PATCH 3/3] Add uuid update to CHANGELOG --- just_audio/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 876bb6a49..e1b548570 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.9.35 * Fix nullable completer argument type (@srawlins). +* Support uuid 4.0.0 (@Pante). ## 0.9.34