Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e398faf
Update stable version to efbf63d9c66b9f6ec30e9ad4611189aa80003d31 (#4…
bparrishMines Aug 17, 2023
d92cdf0
[ci] Update minimums for 3.13 stable (#4731)
stuartmorgan-g Aug 17, 2023
4c16f3e
[two_dimensional_scrollables] TableView (#4536)
Piinks Aug 17, 2023
33dacd6
Roll Flutter from 2502b51f86c1 to 5a556f8ecde6 (42 revisions) (#4743)
engine-flutter-autoroll Aug 18, 2023
f3f2c7b
[google_maps_flutter] Fix async handling in examples (#4729)
stuartmorgan-g Aug 18, 2023
609286f
Update release action Flutter version to 3.13.0 (#4745)
bparrishMines Aug 18, 2023
fe6f67e
Roll Flutter from 5a556f8ecde6 to 6f227c078430 (11 revisions) (#4749)
engine-flutter-autoroll Aug 19, 2023
e26f3b9
[camera_android]: Fixes crash when record video on Android versions l…
raulsvilar Aug 21, 2023
78ef1d2
Roll Flutter from 6f227c078430 to 5e6d88d766b9 (8 revisions) (#4751)
engine-flutter-autoroll Aug 21, 2023
c8a0870
[pigeon]: Bump io.mockk:mockk from 1.13.5 to 1.13.7 in /packages/pige…
dependabot[bot] Aug 22, 2023
c730a90
Roll Flutter from 5e6d88d766b9 to 54c98d7433c5 (24 revisions) (#4754)
engine-flutter-autoroll Aug 22, 2023
354af05
Remove deprecated `ImageProvider` methods (#4725)
LongCatIsLooong Aug 22, 2023
c6f758b
[flutter_adaptive_scaffold] Fix top padding for NavigationBar (#4661)
ctrysbita Aug 22, 2023
d72a5fe
[webview_flutter] Update sample code. (#4727)
opxdelwin Aug 22, 2023
3060b1a
[rfw] Support web (as JS) (#4650)
Hixie Aug 23, 2023
c0136f9
Roll Flutter from 54c98d7433c5 to bd836cc63ae0 (24 revisions) (#4760)
engine-flutter-autoroll Aug 23, 2023
32460c7
[image_picker] Fix exception when canceling `pickMultipleMedia` on iO…
stuartmorgan-g Aug 23, 2023
383bffa
[google_maps_flutter] cloud-based map styling implementation (#4638)
jokerttu Aug 24, 2023
76261da
Roll Flutter from bd836cc63ae0 to deeb811ef0bb (17 revisions) (#4766)
engine-flutter-autoroll Aug 24, 2023
16db7ea
Roll Flutter (stable) from efbf63d9c66b to e1e47221e862 (3 revisions)…
engine-flutter-autoroll Aug 24, 2023
6a281db
[css_colors] docs: Update deprecated link address (#4537)
betternormal Aug 24, 2023
330429f
Bump actions/checkout from 3.5.3 to 3.6.0 (#4770)
dependabot[bot] Aug 25, 2023
519d13a
Roll Flutter from deeb811ef0bb to 61d9f5566559 (25 revisions) (#4774)
engine-flutter-autoroll Aug 25, 2023
c80df44
Roll Flutter from 61d9f5566559 to 229b74d98772 (13 revisions) (#4776)
engine-flutter-autoroll Aug 26, 2023
bab7bb0
Roll Flutter from 229b74d98772 to cd3aeef3a826 (4 revisions) (#4777)
engine-flutter-autoroll Aug 27, 2023
94ba82c
[pigeon] primitive enums (#4580)
tarrinneal Aug 28, 2023
7d28978
Merge remote-tracking branch 'main' into main
toshifumimatsuno Aug 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ targets:
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.7.12"
channel: "3.10.6"

- name: Linux analyze_legacy N-2
recipe: packages/packages
timeout: 30
properties:
target_file: analyze_legacy.yaml
channel: "3.3.10"
channel: "3.7.12"

- name: Linux_android custom_package_tests master
recipe: packages/packages
Expand Down
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2502b51f86c1dd3814420e117eee9786c7a8cbc9
cd3aeef3a826463eac8d9e09a5b504bea3cd7011
2 changes: 1 addition & 1 deletion .ci/flutter_stable.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f468f3366c26a5092eb964a230ce7892fda8f2f8
e1e47221e86272429674bec4f1bd36acc4fc7b77
2 changes: 1 addition & 1 deletion .ci/targets/repo_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks:
script: script/tool_runner.sh
args:
- "pubspec-check"
- "--min-min-flutter-version=3.3.0"
- "--min-min-flutter-version=3.7.0"
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
always: true
Expand Down
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,17 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

- package-ecosystem: "gradle"
directory: "/packages/two_dimensional_scrollables/example/android/app"
commit-message:
prefix: "[2D_scrollables]"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "gradle"
directory: "/packages/url_launcher/url_launcher_android/android"
commit-message:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
# the change if it doesn't.
run: |
cd $HOME
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.10.0 _flutter
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.13.0 _flutter
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
cd $GITHUB_WORKSPACE
# Checks out a copy of the repo.
- name: Check out code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
- name: Set up tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.4.0
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v2.4.0
with:
persist-credentials: false

Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packages/quick_actions/** @bparrishMines
packages/rfw/** @Hixie
packages/shared_preferences/** @tarrinneal
packages/standard_message_codec/** @jonahwilliams
packages/two_dimensional_scrollables/** @Piinks
packages/url_launcher/** @stuartmorgan
packages/video_player/** @tarrinneal
packages/web_benchmarks/** @yjbanov
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
* Aligns Dart and Flutter SDK constraints.

## 2.0.7
Expand Down
4 changes: 2 additions & 2 deletions packages/animations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: none
version: 0.0.1

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
animations:
Expand Down
4 changes: 2 additions & 2 deletions packages/animations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.0.7

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.10.5+3

* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera:
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.10.5+3

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
plugin:
Expand Down
5 changes: 5 additions & 0 deletions packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.8+7

* Fixes video record crash on Android versions lower than 12.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.10.8+6

* Migrates `styleFrom` usage in examples off of deprecated `primary` and `onPrimary` parameters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,8 @@ private void prepareMediaRecorder(String outputFilePath) throws IOException {

// TODO(camsim99): Revert changes that allow legacy code to be used when recordingProfile is null
// once this has largely been fixed on the Android side. https://github.com/flutter/flutter/issues/119668
EncoderProfiles recordingProfile = getRecordingProfile();
if (SdkCapabilityChecker.supportsEncoderProfiles() && recordingProfile != null) {
mediaRecorderBuilder = new MediaRecorderBuilder(recordingProfile, outputFilePath);
if (SdkCapabilityChecker.supportsEncoderProfiles() && getRecordingProfile() != null) {
mediaRecorderBuilder = new MediaRecorderBuilder(getRecordingProfile(), outputFilePath);
} else {
mediaRecorderBuilder = new MediaRecorderBuilder(getRecordingProfileLegacy(), outputFilePath);
}
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera_android:
Expand Down
6 changes: 3 additions & 3 deletions packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: Android implementation of the camera plugin.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22

version: 0.10.8+6
version: 0.10.8+7

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.5.0+15

* Explicitly removes `READ_EXTERNAL_STORAGE` permission that may otherwise be implied from `WRITE_EXTERNAL_STORAGE`.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_android_camerax/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_android_camerax plugin.
publish_to: 'none'

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera_android_camerax:
Expand Down
1 change: 1 addition & 0 deletions packages/camera/camera_avfoundation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.9.13+4

* Ignores audio samples until the first video sample arrives.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.9.13+3

Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_avfoundation/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera_avfoundation:
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_avfoundation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.9.13+4

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 2.5.1

* Removes obsolete null checks on non-nullable values.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 2.5.1

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
cross_file: ^0.3.1
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.3.2+1

* Updates README to improve example of `Image` creation.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_web/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: camera_web_integration_tests
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera_platform_interface: ^2.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.2+1

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/camera/camera_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.2.1+7

* Fixes unawaited_futures violations.
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_windows/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the camera_windows plugin.
publish_to: 'none'

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
camera_platform_interface: ^2.1.2
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.2.1+7

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/cross_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.3.3+4

Expand Down
2 changes: 1 addition & 1 deletion packages/cross_file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.3.3+4

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"

dependencies:
js: ^0.6.3
Expand Down
6 changes: 3 additions & 3 deletions packages/css_colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## NEXT
## 1.1.2

- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Updates the `Color` documentation link in the README.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Aligns Dart and Flutter SDK constraints.
- Updates minimum Flutter version to 3.0.
- Updates package description.

## 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CSS Colors
==========

This package defines color constants for the CSS colors. These color constants
use the [Color](https://docs.flutter.io/flutter/dart-ui/Color-class.html) class
use the [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) class
from `dart:ui`, which means they're useful for Flutter apps.

Import
Expand Down
6 changes: 3 additions & 3 deletions packages/css_colors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: css_colors
description: Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
repository: https://github.com/flutter/packages/tree/main/packages/css_colors
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+css_colors%22
version: 1.1.1
version: 1.1.2

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/dynamic_layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

## 0.0.1+1

* Removes obsolete null checks on non-nullable values.
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_layouts/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=2.18.0 <4.0.0"
sdk: ">=2.19.0 <4.0.0"

dependencies:
cupertino_icons: ^1.0.5
Expand Down
4 changes: 2 additions & 2 deletions packages/dynamic_layouts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repository: https://github.com/flutter/packages/tree/main/packages/dynamic_layou
publish_to: none

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
flutter:
Expand Down
Loading