w-R 3 years ago
parent
commit
87a88fd504
  1. 2
      lib/store/shopping/shopping_goods_details.dart
  2. 11
      pubspec.lock

2
lib/store/shopping/shopping_goods_details.dart

@ -1634,7 +1634,7 @@ class _ShoppingGoodsDetails extends State<ShoppingGoodsDetails> {
),
GestureDetector(
onTap: () {
toDownOrder();
},
child: Container(
alignment: Alignment.center,

11
pubspec.lock

@ -255,7 +255,7 @@ packages:
name: flutter_screenutil
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.1.1"
version: "5.2.0"
flutter_smart_dialog:
dependency: "direct main"
description:
@ -483,13 +483,6 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.5"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.11.1"
permission_handler:
dependency: "direct main"
description:
@ -811,7 +804,7 @@ packages:
name: video_player_web
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.6"
version: "2.0.7"
wakelock:
dependency: transitive
description:

Loading…
Cancel
Save