1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update samples for Dart 3.0.0 (#1803)

This commit is contained in:
Brett Morgan
2023-05-11 12:48:09 +10:00
committed by GitHub
parent bb6bd81d59
commit 82e38e5b79
123 changed files with 1092 additions and 1070 deletions

View File

@@ -22,9 +22,11 @@ declare -ar PROJECT_NAMES=(
"code_sharing/server"
"code_sharing/shared"
"deeplink_store_example"
"desktop_photo_search/fluent_ui"
# TODO(DomesticMouse): pkg:fluent_ui requires Dart =< 3.0.0
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
# TODO(DomesticMouse): The function can't be unconditionally invoked because it can be 'null'.
# "experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
@@ -46,7 +48,8 @@ declare -ar PROJECT_NAMES=(
"isolate_example"
"jsonexample"
"material_3_demo"
"navigation_and_routing"
# TODO(DomesticMouse): The '!' will have no effect because the receiver can't be null.
# "navigation_and_routing"
"place_tracker"
# TODO: https://github.com/flutter/samples/issues/1765
# "platform_channels"
@@ -55,7 +58,8 @@ declare -ar PROJECT_NAMES=(
"provider_counter"
"provider_shopper"
"simple_shader"
"simplistic_calculator"
# TODO(DomesticMouse): pkg:fluent_ui requires Dart =< 3.0.0
# "simplistic_calculator"
"simplistic_editor"
"testing_app"
"veggieseasons"