This repository was archived by the owner on Apr 3, 2025. It is now read-only.
File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 32
32
* .g.dart
33
33
34
34
# Web related
35
- lib /generated_plugin_registrant.dart
36
35
37
36
# Exceptions to above rules.
38
37
! /packages /flutter_tools /test /data /dart_dependencies_test /** /.packages
Original file line number Diff line number Diff line change @@ -872,10 +872,11 @@ packages:
872
872
modal_bottom_sheet:
873
873
dependency: "direct main"
874
874
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
879
880
version: "2.1.2"
880
881
msix:
881
882
dependency: "direct dev"
Original file line number Diff line number Diff line change @@ -40,7 +40,11 @@ dependencies:
40
40
infinite_scroll_pagination : ^3.2.0
41
41
intl : ^0.17.0
42
42
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
44
48
package_info_plus : ^3.0.2
45
49
path_provider : ^2.0.12
46
50
percent_indicator : ^4.2.2
You can’t perform that action at this time.
0 commit comments