Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d3c892f

Browse files
Remove some trivial custom analysis options files (#4379)
Remove a few of the trivial-to-fix legacy analysis option files that were bulk added in the transition to matching flutter/flutter's analysis options. Part of flutter/flutter#76229
1 parent a5cd0c3 commit d3c892f

File tree

9 files changed

+6
-13
lines changed

9 files changed

+6
-13
lines changed

packages/cross_file/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/flutter_plugin_android_lifecycle/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/flutter_plugin_android_lifecycle/example/integration_test/flutter_plugin_android_lifecycle_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import 'package:flutter_plugin_android_lifecycle_example/main.dart';
56
import 'package:flutter_test/flutter_test.dart';
67
import 'package:integration_test/integration_test.dart';
7-
import 'package:flutter_plugin_android_lifecycle_example/main.dart';
88

99
void main() {
1010
IntegrationTestWidgetsFlutterBinding.ensureInitialized();

packages/flutter_plugin_android_lifecycle/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
1616
appBar: AppBar(
1717
title: const Text('Sample flutter_plugin_android_lifecycle usage'),
1818
),
19-
body: Center(
19+
body: const Center(
2020
child: Text(
2121
'This plugin only provides Android Lifecycle API\n for other Android plugins.')),
2222
),

packages/flutter_plugin_android_lifecycle/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ dependencies:
1717
path: ../
1818

1919
dev_dependencies:
20-
integration_test:
21-
sdk: flutter
2220
flutter_test:
2321
sdk: flutter
22+
integration_test:
23+
sdk: flutter
2424
pedantic: ^1.8.0
2525

2626
flutter:

packages/plugin_platform_interface/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/plugin_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ dependencies:
2424

2525
dev_dependencies:
2626
mockito: ^5.0.0
27-
test: ^1.16.0
2827
pedantic: ^1.10.0
28+
test: ^1.16.0

packages/plugin_platform_interface/test/plugin_platform_interface_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
// found in the LICENSE file.
44

55
import 'package:mockito/mockito.dart';
6-
import 'package:test/test.dart';
7-
86
import 'package:plugin_platform_interface/plugin_platform_interface.dart';
7+
import 'package:test/test.dart';
98

109
class SamplePluginPlatform extends PlatformInterface {
1110
SamplePluginPlatform() : super(token: _token);

script/configs/custom_analysis.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
# https://github.com/flutter/flutter/issues/76229
1818
- camera
1919
- file_selector
20-
- flutter_plugin_android_lifecycle
2120
- google_maps_flutter
2221
- google_sign_in
2322
- image_picker
2423
- in_app_purchase
25-
- integration_test
2624
- ios_platform_images
2725
- local_auth
28-
- plugin_platform_interface
2926
- quick_actions
3027
- shared_preferences
3128
- url_launcher

0 commit comments

Comments
 (0)