Skip to content
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
6 changes: 2 additions & 4 deletions flutter_ci_script_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ declare -a CODELABS=(
"firebase-auth-flutterfire-ui"
"firebase-emulator-suite"
"firebase-get-to-know-flutter"
# TODO: Fix experimental_member_use warning
# "forge2d_game"
"forge2d_game"
"generate_crossword"
"github-client"
"google-maps-in-flutter"
Expand All @@ -33,8 +32,7 @@ declare -a CODELABS=(
"tfagents-flutter"
"tfrs-flutter"
"tfserving-flutter"
# TODO: Fix experimental_member_use warning
# "tooling"
"tooling"
"webview_flutter"
)

Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/codelab_rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ steps:
replace-contents: |
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_02/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_02/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_03/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_03/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_04/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_04/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_05/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_05/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_06/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_06/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions forge2d_game/step_07/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: ../../analysis_options.yaml

analyzer:
# TODO: This codelab relies on experimental APIs for modifying macOS config and parsing spritesheet_elements.xml
errors:
experimental_member_use: ignore
linter:
rules:
prefer_const_constructors: false
4 changes: 2 additions & 2 deletions forge2d_game/step_07/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: forge2d_game
description: "A new Flutter project."
publish_to: 'none'
version: 0.1.0
version: 0.1.0+1

environment:
sdk: ^3.10.0-0
sdk: ^3.10.0

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions tooling/codelab_rebuild/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
include: package:lints/recommended.yaml

analyzer:
errors:
# TODO: This tooling relies on experimental APIs for modifying macOS config
experimental_member_use: ignore
linter:
rules:
avoid_types_on_closure_parameters: true
Expand Down