Downgrade async dependency to work with older Flutter SDKs.

This commit is contained in:
Ryan Heise 2020-10-05 21:01:19 +11:00
parent 440dfeafc3
commit a6f03841a0
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.5.0" version: "0.5.2"
just_audio_platform_interface: just_audio_platform_interface:
dependency: transitive dependency: transitive
description: description:

View File

@ -13,7 +13,7 @@ dependencies:
rxdart: ^0.24.1 rxdart: ^0.24.1
path: ^1.6.4 path: ^1.6.4
path_provider: ^1.6.10 path_provider: ^1.6.10
async: ^2.4.1 async: ^2.4.0
uuid: ^2.2.0 uuid: ^2.2.0
flutter: flutter:
sdk: flutter sdk: flutter