From a65477080e825b32fd485d07f0b3fa367cf7f6ce Mon Sep 17 00:00:00 2001 From: Vishesh Handa <me@vhanda.in> Date: Mon, 31 May 2021 12:21:43 +0200 Subject: [PATCH] Update import sorter It contains my patch! --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 785b9ea7..dc6e0a3f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -697,7 +697,7 @@ packages: name: import_sorter url: "https://pub.dartlang.org" source: hosted - version: "4.4.3" + version: "4.6.0" in_app_purchase: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7e6407c9..313e8314 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -92,7 +92,7 @@ dev_dependencies: flutter_launcher_icons: git: https://github.com/dirkbo/flutter_launcher_icons # flutter_webview_plugin: ^0.3.11 - import_sorter: ^4.4.3 + import_sorter: ^4.6.0 multicast_dns: ^0.3.0 #screenshots: ^2.1.1 test: ^1.16.5