Skip to content

Tags

2.5.2

[flutter_releases] Flutter stable 2.5.2 Framework Cherrypicks (#91047)
* Set BUILD_DIR when determining if plugins support arm64 simulators (#90088)

* 'Update Engine revision to 6ac856380fa4f66469552ce986edf59f65f7cd68 for stable release 2.5.2'

Co-authored-by: Jenn Magder <magder@google.com>

2.6.0-11.0.pre

Create DeltaTextInputClient (#90205)
* Create DeltaTextInputClient

* Remove old tests as updateEditingValueWithDeltas is no longer implemented

* fix analyzer

* Update docs

* Make example more general

* Update docs

* Add assert to check that TextInputClient is a DeltaTextInputClient

* Update assert

* More docs

* update

* Clean up docs

* updates

* Update docs

* updates

* Fix test

* add test

* updates

* remove logs

* fix tests

* Address reviewer comments

* Add text_input_utils.dart

* Address reviewer comments

2.5.1

[flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (#90281)
* Fix KeyboardManager's synthesization  (#88967)

This PR fixes KeyboardManager's key event synthesization logic, which were dispatching events with incorrect keys, making subsequent key events crash the app.

* Revert clamping scroll simulation changes (#89885)

* Revert "Removed default page transitions for desktop and web platforms. (#82596)" (#89997)

This reverts commit 43e3197

* 'Update Engine revision to b3af521a050e6ef076778bcaf16e27b2521df8f8 for stable release 2.5.1'

* Update dds 2.0.3 -> 2.0.4

* renew cirrus key (#89988)

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: Darren Austin <darrenaustin@google.com>
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
Co-authored-by: keyonghan <54558023+keyonghan@users.noreply.github.com>

2.6.0-5.2.pre

[flutter_releases] Flutter beta 2.6.0-5.2.pre Framework Cherrypicks (#…
…90141)

* 'Update Engine revision to 1d521d89d8d98f27be4e0ff84d5c6b72dbdc91ca for beta release 2.6.0-5.2.pre'
* update cirrus token
* update plugins pin
* Re-enable plugin analysis test (#89856)

Co-authored-by: stuartmorgan <stuartmorgan@google.com>

2.6.0-5.1.pre

Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" … (
#89675)

* Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)

This reverts commit 5cf62e8.

* add branch to .ci.yaml enabled_branches

Co-authored-by: Zachary Anderson <zanderso@users.noreply.github.com>
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>

2.5.0

[flutter_releases] Flutter stable 2.5.0 Framework Cherrypicks (#89625)
* Update devtools version to latest release 2.6.0 (#89318)
* 'Update Engine revision to f0826da7ef2d301eb8f4ead91aaf026aa2b52881 for stable release 2.5.0'

Co-authored-by: Kenzie (Schmoll) Davisson <43759233+kenzieschmoll@users.noreply.github.com>

2.6.0-5.0.pre

0bd9be379 Roll Dart SDK from 238108dd9c6f to d6fa0d686082 (1 revision) (
flutter/engine#28461) (#89470)

2.5.0-5.3.pre

[flutter_releases] Flutter beta 2.5.0-5.3.pre Framework Cherrypicks (#…
…89345)

* Update dds to 2.0.3
* 'Update Engine revision to fcde2c8b2f0891c80e1f0f794bc7c26dd50f2949 for beta release 2.5.0-5.3.pre'

2.6.0-0.0.pre

Fixed leak and removed no-shuffle tag in scheduler_test.dart (#88423)
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se>

This PR fixed the problem that has prevented scheduler_test.dart being shuffled. Part of #85160.

One test schedules a task, but events are locked so the scheduled task does not execute and this messes up other tests.
This PR adds a teardown that executes the scheduled task after the test, when events are unlocked.

2.5.0-5.2.pre

[flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (#…
…88476)

* l10n updates for August beta (#88328)
* Make doctor Xcode version requirement clearer (#88137)
* 'Update Engine revision to 7a4c4505f6a7a1aa758d62b58150dce43cfa473f for beta release 2.5.0-5.2.pre'

Co-authored-by: Todd Volkert <tvolkert@users.noreply.github.com>
Co-authored-by: Jenn Magder <magder@google.com>