Skip to content

Commit

Permalink
fix(uiux): update bottom modal sheet package to support Flutter 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Jan 27, 2023
1 parent 6241ee4 commit 8042c04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8042c04

Please sign in to comment.