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

Flutter3.27 (#2483)

Updating samples for the next stable release
This commit is contained in:
Eric Windmill
2024-12-11 14:34:29 -05:00
committed by GitHub
parent 1ccce7c9e1
commit f25adf4529
8 changed files with 29 additions and 24 deletions

View File

@@ -22,9 +22,8 @@ declare -ar PROJECT_NAMES=(
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
# @ewindmill: withOpacity is deprecated
# "compass_app/app"
# "compass_app/server"
"compass_app/app"
"compass_app/server"
"context_menus"
"deeplink_store_example"
"desktop_photo_search/fluent_ui"
@@ -40,19 +39,16 @@ declare -ar PROJECT_NAMES=(
# "experimental/pedometer"
"experimental/pedometer/example"
"experimental/varfont_shader_puzzle"
# TODO(ewindmill): whereNotNull deprecated in dart:collection
# "experimental/web_dashboard"
"experimental/web_dashboard"
"flutter_maps_firestore"
"form_app"
"game_template"
"gemini_tasks"
"google_maps"
"infinite_list"
# TODO(domesticmouse): The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'.
# "ios_app_clip"
"ios_app_clip"
"isolate_example"
# TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue)
# "material_3_demo"
"material_3_demo"
"navigation_and_routing"
"place_tracker"
"platform_channels"