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

Remove some trivial custom analysis options files #4379

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/cross_file/analysis_options.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'package:flutter_plugin_android_lifecycle_example/main.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:flutter_plugin_android_lifecycle_example/main.dart';

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
appBar: AppBar(
title: const Text('Sample flutter_plugin_android_lifecycle usage'),
),
body: Center(
body: const Center(
child: Text(
'This plugin only provides Android Lifecycle API\n for other Android plugins.')),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ dependencies:
path: ../

dev_dependencies:
integration_test:
sdk: flutter
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
pedantic: ^1.8.0

flutter:
Expand Down
1 change: 0 additions & 1 deletion packages/plugin_platform_interface/analysis_options.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plugin_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:

dev_dependencies:
mockito: ^5.0.0
test: ^1.16.0
pedantic: ^1.10.0
test: ^1.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
// found in the LICENSE file.

import 'package:mockito/mockito.dart';
import 'package:test/test.dart';

import 'package:plugin_platform_interface/plugin_platform_interface.dart';
import 'package:test/test.dart';

class SamplePluginPlatform extends PlatformInterface {
SamplePluginPlatform() : super(token: _token);
Expand Down
3 changes: 0 additions & 3 deletions script/configs/custom_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@
# https://github.com/flutter/flutter/issues/76229
- camera
- file_selector
- flutter_plugin_android_lifecycle
- google_maps_flutter
- google_sign_in
- image_picker
- in_app_purchase
- integration_test
- ios_platform_images
- local_auth
- plugin_platform_interface
- quick_actions
- shared_preferences
- url_launcher
Expand Down