Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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/camera/analysis_options.yaml

This file was deleted.

1 change: 1 addition & 0 deletions packages/camera/camera/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
1 change: 1 addition & 0 deletions packages/camera/camera_web/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
2 changes: 1 addition & 1 deletion packages/camera/camera_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
pedantic: ^1.11.1
stream_transform: ^2.0.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.1
1 change: 0 additions & 1 deletion packages/google_maps_flutter/analysis_options.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ dependencies:
google_maps_flutter_platform_interface: ^2.1.2
google_maps: ^5.2.0
meta: ^1.3.0
pedantic: ^1.10.0
sanitize_html: ^2.0.0
stream_transform: ^2.0.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0

# The example deliberately includes limited-use secrets.
false_secrets:
Expand Down
1 change: 0 additions & 1 deletion packages/google_sign_in/analysis_options.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies:
google_sign_in_platform_interface: ^2.0.0
js: ^0.6.3
meta: ^1.3.0
pedantic: ^1.10.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
1 change: 0 additions & 1 deletion packages/image_picker/analysis_options.yaml

This file was deleted.

1 change: 1 addition & 0 deletions packages/image_picker/image_picker/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_for_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
sdk: flutter
image_picker_platform_interface: ^2.2.0
meta: ^1.3.0
pedantic: ^1.10.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
1 change: 0 additions & 1 deletion packages/video_player/analysis_options.yaml

This file was deleted.

1 change: 1 addition & 0 deletions packages/video_player/video_player/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: ../../../analysis_options_legacy.yaml
2 changes: 1 addition & 1 deletion packages/video_player/video_player_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
pedantic: ^1.10.0
video_player_platform_interface: ^4.2.0

dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.10.0
28 changes: 18 additions & 10 deletions script/configs/custom_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,30 @@
# analysis_options.yaml based on flutter/flutter, rather than the original
# rules based on pedantic (now at analysis_options_legacy.yaml).
#
# DO NOT add new entries to the list, unless it is to push the legacy rules
# from a top-level package into more specific packages in order to incrementally
# migrate a federated plugin.
#
# DO NOT move or delete this file without updating
# https://github.com/dart-lang/sdk/blob/master/tools/bots/flutter/analyze_flutter_plugins.sh
# which references this file from source, but out-of-repo.
# Contact stuartmorgan or devoncarew for assistance if necessary.

# TODO(ecosystem): Remove everything from this list. See:
# https://github.com/flutter/flutter/issues/76229
- camera
- google_maps_flutter
- google_sign_in
- image_picker
- in_app_purchase
- camera/camera
- camera/camera_platform_interface
- camera/camera_web
- google_maps_flutter/google_maps_flutter
- google_maps_flutter/google_maps_flutter_platform_interface
- google_maps_flutter/google_maps_flutter_web
- google_sign_in/google_sign_in
- google_sign_in/google_sign_in_platform_interface
- google_sign_in/google_sign_in_web
- image_picker/image_picker
- image_picker/image_picker_for_web
- image_picker/image_picker_platform_interface
- in_app_purchase/in_app_purchase
- in_app_purchase/in_app_purchase_android
- in_app_purchase/in_app_purchase_storekit
- ios_platform_images
- local_auth
- video_player
- video_player/video_player
- video_player/video_player_platform_interface
- video_player/video_player_web