diff --git a/pubspec.lock b/pubspec.lock index 7e2e149fb..cdf231d0a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -740,10 +740,11 @@ packages: flutter_smart_dialog: dependency: "direct main" description: - name: flutter_smart_dialog - sha256: "6c6b2e27b0c13aa0d8af0314016b42d5feaf4c9aba45047f271aa6d9f9176e15" - url: "https://pub.dev" - source: hosted + path: "." + ref: main + resolved-ref: "0d839994ecbf0e33ecd12a116a37b715b68a27ac" + url: "https://github.com/bggRGjQaUbCoE/flutter_smart_dialog.git" + source: git version: "5.0.0" flutter_sortable_wrap: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 29e9addaa..28524b31f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -98,7 +98,10 @@ dependencies: url: https://github.com/bggRGjQaUbCoE/material_design_icons_flutter.git ref: const # toast - flutter_smart_dialog: ^5.0.0 + flutter_smart_dialog: + git: + url: https://github.com/bggRGjQaUbCoE/flutter_smart_dialog.git + ref: main # 下滑关闭 # dismissible_page: ^1.0.2 # custom_sliding_segmented_control: ^1.8.4