mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
fix(uiux): update bottom modal sheet package to support Flutter 3.7
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user