Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 8042c04

Browse files
committed
fix(uiux): update bottom modal sheet package to support Flutter 3.7
1 parent 6241ee4 commit 8042c04

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
*.g.dart
3333

3434
# Web related
35-
lib/generated_plugin_registrant.dart
3635

3736
# Exceptions to above rules.
3837
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

pubspec.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,11 @@ packages:
872872
modal_bottom_sheet:
873873
dependency: "direct main"
874874
description:
875-
name: modal_bottom_sheet
876-
sha256: ef533916a2c3089571c32bd34e410faca77a6849a3f28f748e0794525c5658a0
877-
url: "https://pub.dev"
878-
source: hosted
875+
path: modal_bottom_sheet
876+
ref: "38c6f44d0c4205608618a676a907c2d104d00b52"
877+
resolved-ref: "38c6f44d0c4205608618a676a907c2d104d00b52"
878+
url: "https://github.com/jamesblasco/modal_bottom_sheet.git"
879+
source: git
879880
version: "2.1.2"
880881
msix:
881882
dependency: "direct dev"

pubspec.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ dependencies:
4040
infinite_scroll_pagination: ^3.2.0
4141
intl: ^0.17.0
4242
json_annotation: ^4.8.0
43-
modal_bottom_sheet: ^2.1.2
43+
modal_bottom_sheet:
44+
git:
45+
url: https://github.com/jamesblasco/modal_bottom_sheet.git
46+
ref: 38c6f44d0c4205608618a676a907c2d104d00b52
47+
path: modal_bottom_sheet
4448
package_info_plus: ^3.0.2
4549
path_provider: ^2.0.12
4650
percent_indicator: ^4.2.2

0 commit comments

Comments
 (0)