1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +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,7 +22,8 @@ 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"
# TODO(DomesticMouse): The function can't be unconditionally invoked because it can be 'null'.
# "experimental/context_menus"
@@ -57,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"