diff --git a/experimental/pedometer/pubspec.yaml b/experimental/pedometer/pubspec.yaml index 466939435..8241386c1 100644 --- a/experimental/pedometer/pubspec.yaml +++ b/experimental/pedometer/pubspec.yaml @@ -18,7 +18,7 @@ dev_dependencies: jnigen: ^0.11.0 flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index c4ec8959e..7c3b33d8a 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -37,10 +37,12 @@ declare -ar PROJECT_NAMES=( "experimental/federated_plugin/federated_plugin_platform_interface" "experimental/federated_plugin/federated_plugin_web" "experimental/federated_plugin/federated_plugin_windows" - "experimental/pedometer" + # TODO(domesticmouse): Angle brackets will be interpreted as HTML. + # "experimental/pedometer" "experimental/pedometer/example" "experimental/varfont_shader_puzzle" - "experimental/web_dashboard" + # TODO(ewindmill): whereNotNull deprecated in dart:collection + # "experimental/web_dashboard" "flutter_maps_firestore" "form_app" "game_template" @@ -49,8 +51,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" -# TODO @ewindmill -- Color.red is deprecated and should be Color.r (same for green and blue) -# "material_3_demo" + # TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue) + # "material_3_demo" "navigation_and_routing" "place_tracker" "platform_channels" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index bdf61f62e..16394ac30 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -37,11 +37,12 @@ declare -ar PROJECT_NAMES=( "experimental/federated_plugin/federated_plugin_platform_interface" "experimental/federated_plugin/federated_plugin_web" "experimental/federated_plugin/federated_plugin_windows" - "experimental/pedometer" + # TODO(domesticmouse): Angle brackets will be interpreted as HTML. + # "experimental/pedometer" "experimental/pedometer/example" "experimental/varfont_shader_puzzle" -# TODO ewindmill -- whereNotNull deprecated in dart:collection -# "experimental/web_dashboard" + # TODO(ewindmill): whereNotNull deprecated in dart:collection + # "experimental/web_dashboard" "flutter_maps_firestore" "form_app" "game_template" @@ -50,8 +51,8 @@ declare -ar PROJECT_NAMES=( "infinite_list" "ios_app_clip" "isolate_example" -# TODO @ewindmill -- Color.red is deprecated and should be Color.r (same for green and blue) -# "material_3_demo" + # TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue) + # "material_3_demo" "navigation_and_routing" "place_tracker" "platform_channels"