1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-07 12:14:27 +00:00

Added trailing button to delete cart item in provider_shopper App (#571)

This commit is contained in:
Alabhya
2020-10-30 23:28:48 +05:30
committed by GitHub
parent 2165099fc9
commit 0188371865
3 changed files with 16 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0-nullsafety.3"
version: "1.3.0-nullsafety.4"
nested:
dependency: transitive
description:
@@ -120,7 +120,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.1"
version: "1.10.0-nullsafety.4"
stream_channel:
dependency: transitive
description:
@@ -164,5 +164,5 @@ packages:
source: hosted
version: "2.1.0-nullsafety.3"
sdks:
dart: ">=2.10.0-110 <2.11.0"
dart: ">=2.10.0-110 <=2.11.0-234.0.dev"
flutter: ">=1.16.0"