Skip to content

Commit dea929b

Browse files
committed
Merge branch 'develop' into 4-oct-video-player-interface-updates
2 parents 6a387c9 + 22c1bb0 commit dea929b

File tree

417 files changed

+12825
-5735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+12825
-5735
lines changed

.ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ platform_properties:
3131
{"dependency": "android_sdk", "version": "version:36v3"},
3232
{"dependency": "open_jdk", "version": "version:17"},
3333
{"dependency": "curl", "version": "version:7.64.0"},
34-
{"dependency": "avd_cipd_version", "version": "build_id:8719362231152674241"}
34+
{"dependency": "avd_cipd_version", "version": "build_id:8719362231152674241"},
35+
{"dependency": "ninja", "version": "version:1.9.0"}
3536
]
3637
linux_android_legacy:
3738
properties:
@@ -47,7 +48,8 @@ platform_properties:
4748
{"dependency": "open_jdk", "version": "version:17"},
4849
{"dependency": "curl", "version": "version:7.64.0"},
4950
{"dependency": "android_virtual_device", "version": "android_31_google_apis_x64.textpb"},
50-
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"}
51+
{"dependency": "avd_cipd_version", "version": "build_id:8733065022087935185"},
52+
{"dependency": "ninja", "version": "version:1.9.0"}
5153
]
5254
linux_desktop:
5355
properties:

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7cd821c21093ed44efc1ef1498121404925f541c
1+
e5d5c01850f2d33106f00a19017682f09e83e48b

.ci/flutter_stable.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f455d2486bcb28cad87b062475f42edc959f636
1+
adc901062556672b4138e18a4dc62a4be8f4b3c2

.ci/scripts/prepare_tool.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# found in the LICENSE file.
55
set -e
66

7-
# To set FETCH_HEAD for "git merge-base" to work
7+
# Ensure that 'main' is present for diffing.
88
git fetch origin main
9+
git branch main origin/main
910

1011
cd script/tool
1112
dart pub get

.github/labeler.yml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
'p: google_adsense':
6868
- changed-files:
6969
- any-glob-to-any-file:
70-
- packages/google_adsense/**
70+
- packages/google_adsense/**/*
7171

7272
'p: google_identity_services':
7373
- changed-files:
7474
- any-glob-to-any-file:
75-
- packages/google_indentity_services_web/**
75+
- packages/google_identity_services_web/**/*
7676

7777
'p: google_fonts':
7878
- changed-files:
7979
- any-glob-to-any-file:
80-
- packages/google_fonts/**
80+
- packages/google_fonts/**/*
8181

8282
'p: google_maps_flutter':
8383
- changed-files:
@@ -119,6 +119,11 @@
119119
- any-glob-to-any-file:
120120
- packages/multicast_dns/**/*
121121

122+
'p: mustache_template':
123+
- changed-files:
124+
- any-glob-to-any-file:
125+
- third_party/packages/mustache_template/**/*
126+
122127
'p: path_parsing':
123128
- changed-files:
124129
- any-glob-to-any-file:
@@ -164,6 +169,11 @@
164169
- any-glob-to-any-file:
165170
- packages/standard_message_codec/**/*
166171

172+
'p: two_dimensional_scrollables':
173+
- changed-files:
174+
- any-glob-to-any-file:
175+
- packages/two_dimensional_scrollables/**/*
176+
167177
'p: url_launcher':
168178
- changed-files:
169179
- any-glob-to-any-file:
@@ -243,3 +253,22 @@
243253
- packages/*/*_windows/**/*
244254
- packages/**/windows/**/*
245255

256+
'triage-engine':
257+
- changed-files:
258+
- any-glob-to-any-file:
259+
- packages/vector_graphics/**/*
260+
- packages/vector_graphics_codec/**/*
261+
- packages/vector_graphics_compiler/**/*
262+
- third_party/packages/flutter_svg/**/*
263+
- third_party/packages/flutter_svg_test/**/*
264+
265+
'triage-framework':
266+
- changed-files:
267+
- any-glob-to-any-file:
268+
- packages/animations/**/*
269+
- packages/flutter_lints/**/*
270+
- packages/go_router/**/*
271+
- packages/go_router_builder/**/*
272+
- packages/google_fonts/**/*
273+
- packages/two_dimensional_scrollables/**/*
274+
- third_party/packages/cupertino_icons/**/*

CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ packages/video_player/video_player_avfoundation/** @LongCatIsLooong @
103103
packages/webview_flutter/webview_flutter_wkwebview/** @louisehsu
104104

105105
# - Linux
106-
packages/file_selector/file_selector_linux/** @stuartmorgan-g
107-
packages/image_picker/image_picker_linux/** @stuartmorgan-g
108-
packages/path_provider/path_provider_linux/** @stuartmorgan-g
109-
packages/shared_preferences/shared_preferences_linux/** @stuartmorgan-g
110-
packages/url_launcher/url_launcher_linux/** @stuartmorgan-g
106+
packages/file_selector/file_selector_linux/** @robert-ancell @stuartmorgan-g
107+
packages/image_picker/image_picker_linux/** @robert-ancell @stuartmorgan-g
108+
packages/path_provider/path_provider_linux/** @robert-ancell @stuartmorgan-g
109+
packages/shared_preferences/shared_preferences_linux/** @robert-ancell @stuartmorgan-g
110+
packages/url_launcher/url_launcher_linux/** @robert-ancell @stuartmorgan-g
111111

112112
# - Windows
113113
packages/camera/camera_windows/** @stuartmorgan-g

packages/animations/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 2.1.0
22

3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45
* Make `OpenContainerState` public.
56

packages/animations/example/lib/shared_axis_transition.dart

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,28 @@ class _SharedAxisTransitionDemoState extends State<SharedAxisTransitionDemo> {
7676
),
7777
),
7878
const Divider(thickness: 2.0),
79-
Row(
80-
mainAxisAlignment: MainAxisAlignment.center,
81-
children: <Widget>[
82-
Radio<SharedAxisTransitionType>(
83-
value: SharedAxisTransitionType.horizontal,
84-
groupValue: _transitionType,
85-
onChanged: (SharedAxisTransitionType? newValue) {
86-
_updateTransitionType(newValue);
87-
},
88-
),
89-
const Text('X'),
90-
Radio<SharedAxisTransitionType>(
91-
value: SharedAxisTransitionType.vertical,
92-
groupValue: _transitionType,
93-
onChanged: (SharedAxisTransitionType? newValue) {
94-
_updateTransitionType(newValue);
95-
},
96-
),
97-
const Text('Y'),
98-
Radio<SharedAxisTransitionType>(
99-
value: SharedAxisTransitionType.scaled,
100-
groupValue: _transitionType,
101-
onChanged: (SharedAxisTransitionType? newValue) {
102-
_updateTransitionType(newValue);
103-
},
104-
),
105-
const Text('Z'),
106-
],
79+
RadioGroup<SharedAxisTransitionType>(
80+
groupValue: _transitionType,
81+
onChanged: (SharedAxisTransitionType? newValue) {
82+
_updateTransitionType(newValue);
83+
},
84+
child: const Row(
85+
mainAxisAlignment: MainAxisAlignment.center,
86+
children: <Widget>[
87+
Radio<SharedAxisTransitionType>(
88+
value: SharedAxisTransitionType.horizontal,
89+
),
90+
Text('X'),
91+
Radio<SharedAxisTransitionType>(
92+
value: SharedAxisTransitionType.vertical,
93+
),
94+
Text('Y'),
95+
Radio<SharedAxisTransitionType>(
96+
value: SharedAxisTransitionType.scaled,
97+
),
98+
Text('Z'),
99+
],
100+
),
107101
),
108102
],
109103
),

packages/camera/camera/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
## NEXT
1+
## 0.11.3
22

3+
* Adds support to configure persistent recording on Android. See `CameraController.startVideoRecording(enablePersistentRecording)`.
4+
* Updates minimum supported SDK version to Flutter 3.35.0/Dart 3.9.
5+
6+
## 0.11.2+1
7+
8+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
39
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
410
* Updates README to reflect that only Android API 24+ is supported.
511

packages/camera/camera/example/android/app/src/androidTest/java/io/flutter/plugins/DartIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* a native java unit test or a java class with a dart integration.
1515
*
1616
* See: https://github.com/flutter/flutter/blob/master/docs/ecosystem/testing/Plugin-Tests.md#enabling-android-ui-tests
17-
* for more infomation.
17+
* for more information.
1818
*/
1919
@Retention(RetentionPolicy.RUNTIME)
2020
@Target(ElementType.TYPE)

0 commit comments

Comments
 (0)