diff --git a/.gitignore b/.gitignore index 1292df9a..a7c36f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pubspec.lock b/pubspec.lock index d6834ef3..30cd3244 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 9a6102be..156f2839 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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