From 225893daca86f3fd208075f9e8fa8d121cc84d80 Mon Sep 17 00:00:00 2001 From: pq Date: Fri, 23 Apr 2021 09:36:15 -0700 Subject: [PATCH 1/2] sort directives --- .../example/integration_test/path_provider_test.dart | 3 ++- .../path_provider/integration_test/path_provider_test.dart | 3 ++- packages/path_provider/path_provider/lib/path_provider.dart | 2 +- .../example/integration_test/path_provider_test.dart | 2 +- .../example/integration_test/path_provider_test.dart | 3 ++- .../example/integration_test/path_provider_test.dart | 3 ++- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart index f1e7c0aef59b..da2e14b9ddeb 100644 --- a/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart @@ -6,8 +6,9 @@ import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; -import 'package:path_provider/path_provider.dart'; import 'package:integration_test/integration_test.dart'; +import 'package:path_provider/path_provider.dart'; + void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider/integration_test/path_provider_test.dart b/packages/path_provider/path_provider/integration_test/path_provider_test.dart index 1383099a0f16..e67b575977a0 100644 --- a/packages/path_provider/path_provider/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider/integration_test/path_provider_test.dart @@ -5,8 +5,9 @@ // @dart=2.9 import 'package:flutter_test/flutter_test.dart'; -import 'package:path_provider/path_provider.dart'; import 'package:integration_test/integration_test.dart'; +import 'package:path_provider/path_provider.dart'; + void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider/lib/path_provider.dart b/packages/path_provider/path_provider/lib/path_provider.dart index a51aefe8e29f..341b09f4a314 100644 --- a/packages/path_provider/path_provider/lib/path_provider.dart +++ b/packages/path_provider/path_provider/lib/path_provider.dart @@ -6,10 +6,10 @@ import 'dart:io' show Directory, Platform; import 'package:flutter/foundation.dart' show kIsWeb, visibleForTesting; import 'package:path_provider_linux/path_provider_linux.dart'; -import 'package:path_provider_windows/path_provider_windows.dart'; import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; // ignore: implementation_imports import 'package:path_provider_platform_interface/src/method_channel_path_provider.dart'; +import 'package:path_provider_windows/path_provider_windows.dart'; export 'package:path_provider_platform_interface/path_provider_platform_interface.dart' show StorageDirectory; diff --git a/packages/path_provider/path_provider_linux/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_linux/example/integration_test/path_provider_test.dart index 8776e84e8b3b..1c12dd2e1191 100644 --- a/packages/path_provider/path_provider_linux/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_linux/example/integration_test/path_provider_test.dart @@ -6,8 +6,8 @@ import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; -import 'package:path_provider_linux/path_provider_linux.dart'; import 'package:integration_test/integration_test.dart'; +import 'package:path_provider_linux/path_provider_linux.dart'; void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart index 734caa9ac7a2..fb7924a9e919 100644 --- a/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart @@ -6,8 +6,9 @@ import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; -import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; import 'package:integration_test/integration_test.dart'; +import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; + void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart index f99b830b163d..e2ec8c9c051e 100644 --- a/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart @@ -6,8 +6,9 @@ import 'dart:io'; import 'package:flutter_test/flutter_test.dart'; -import 'package:path_provider_windows/path_provider_windows.dart'; import 'package:integration_test/integration_test.dart'; +import 'package:path_provider_windows/path_provider_windows.dart'; + void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); From 8c297dbbe8f33aae7bab4ec815a7abf722a6ec6c Mon Sep 17 00:00:00 2001 From: pq Date: Fri, 23 Apr 2021 09:50:37 -0700 Subject: [PATCH 2/2] fmt --- .../example/integration_test/path_provider_test.dart | 1 - .../path_provider/integration_test/path_provider_test.dart | 1 - .../example/integration_test/path_provider_test.dart | 1 - .../example/integration_test/path_provider_test.dart | 1 - 4 files changed, 4 deletions(-) diff --git a/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart index da2e14b9ddeb..120abcbe4143 100644 --- a/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider/example/integration_test/path_provider_test.dart @@ -9,7 +9,6 @@ import 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; import 'package:path_provider/path_provider.dart'; - void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider/integration_test/path_provider_test.dart b/packages/path_provider/path_provider/integration_test/path_provider_test.dart index e67b575977a0..71550682444c 100644 --- a/packages/path_provider/path_provider/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider/integration_test/path_provider_test.dart @@ -8,7 +8,6 @@ import 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; import 'package:path_provider/path_provider.dart'; - void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart index fb7924a9e919..1f8e615562c5 100644 --- a/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_macos/example/integration_test/path_provider_test.dart @@ -9,7 +9,6 @@ import 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; import 'package:path_provider_platform_interface/path_provider_platform_interface.dart'; - void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized(); diff --git a/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart b/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart index e2ec8c9c051e..649b2a5d7524 100644 --- a/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart +++ b/packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart @@ -9,7 +9,6 @@ import 'package:flutter_test/flutter_test.dart'; import 'package:integration_test/integration_test.dart'; import 'package:path_provider_windows/path_provider_windows.dart'; - void main() { IntegrationTestWidgetsFlutterBinding.ensureInitialized();