From bf5108d37d1986e75f6c8aa7df3cddc192f9a427 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 8 Oct 2020 14:46:00 -0700 Subject: [PATCH] Sort example pubspec deps alphabetically --- 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 e21b64541c2..9bb44e21f0c 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: