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 diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index e25428343..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: ^3.0.1 + uuid: '>=3.0.1 <5.0.0' crypto: ^3.0.0 meta: ^1.3.0 flutter: