fix(uiux): update bottom modal sheet package to support Flutter 3.7

This commit is contained in:
Jagandeep Brar
2023-01-27 12:10:39 -05:00
parent 6241ee4629
commit 8042c0475e
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@@ -32,7 +32,6 @@
*.g.dart
# Web related
lib/generated_plugin_registrant.dart
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

View File

@@ -872,10 +872,11 @@ packages:
modal_bottom_sheet:
dependency: "direct main"
description:
name: modal_bottom_sheet
sha256: ef533916a2c3089571c32bd34e410faca77a6849a3f28f748e0794525c5658a0
url: "https://pub.dev"
source: hosted
path: modal_bottom_sheet
ref: "38c6f44d0c4205608618a676a907c2d104d00b52"
resolved-ref: "38c6f44d0c4205608618a676a907c2d104d00b52"
url: "https://github.com/jamesblasco/modal_bottom_sheet.git"
source: git
version: "2.1.2"
msix:
dependency: "direct dev"

View File

@@ -40,7 +40,11 @@ dependencies:
infinite_scroll_pagination: ^3.2.0
intl: ^0.17.0
json_annotation: ^4.8.0
modal_bottom_sheet: ^2.1.2
modal_bottom_sheet:
git:
url: https://github.com/jamesblasco/modal_bottom_sheet.git
ref: 38c6f44d0c4205608618a676a907c2d104d00b52
path: modal_bottom_sheet
package_info_plus: ^3.0.2
path_provider: ^2.0.12
percent_indicator: ^4.2.2