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

Commit 3971a20

Browse files
author
Emmanuel Garcia
authored
Configure analyzer for plugins that are migrated to nnbd (#3150)
1 parent e5e0c3b commit 3971a20

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
include: package:pedantic/analysis_options.1.8.0.yaml
22
analyzer:
3-
enable-experiment:
4-
- non-nullable
53
exclude:
64
# Ignore generated files
75
- '**/*.g.dart'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include: ../../analysis_options.yaml
2+
analyzer:
3+
enable-experiment:
4+
- non-nullable

script/incremental_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ fi
2222
CUSTOM_ANALYSIS_PLUGINS=(
2323
"in_app_purchase"
2424
"camera"
25+
"plugin_platform_interface"
2526
"video_player/video_player_web"
2627
"google_maps_flutter/google_maps_flutter_web"
2728
)

0 commit comments

Comments
 (0)