From 4a007730a3b61aec50daed94a535af178dce3f7b Mon Sep 17 00:00:00 2001 From: Daniel Gomez Date: Thu, 2 Jun 2022 21:23:09 -0500 Subject: [PATCH] Fix compilation issue with flutter 3 https://github.com/jamesblasco/modal_bottom_sheet/issues/223#issuecomment-1062768155 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b0c5ab80..4d11b4da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - modal_bottom_sheet: ^2.0.0 + modal_bottom_sheet: ^2.0.1 collection: ^1.15.0 universal_platform: ^1.0.0+1