From 2d1e3968a6b9efe4ceabbae5adbe80aa1c1cf63b Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 8 Oct 2020 15:29:46 -0700 Subject: [PATCH] Sort example pubspec deps alphabetically (#220) --- packages/animations/example/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/animations/example/pubspec.yaml b/packages/animations/example/pubspec.yaml index e21b64541c..9bb44e21f0 100644 --- a/packages/animations/example/pubspec.yaml +++ b/packages/animations/example/pubspec.yaml @@ -7,11 +7,11 @@ environment: sdk: ">=2.3.0 <3.0.0" dependencies: - flutter: - sdk: flutter - cupertino_icons: ^0.1.2 animations: path: ../../animations + cupertino_icons: ^0.1.2 + flutter: + sdk: flutter dev_dependencies: flutter_test: