-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependency flutter to v3.35.5 #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/flutter-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #255 +/- ##
=======================================
Coverage 35.02% 35.02%
=======================================
Files 97 97
Lines 4994 4994
=======================================
Hits 1749 1749
Misses 3245 3245 ☔ View full report in Codecov by Sentry. |
Android builds
macOS build
|
adbbdc7
to
ac68cca
Compare
Android builds
macOS build
|
ac68cca
to
13fa89e
Compare
Android builds
macOS build
|
13fa89e
to
93e14b0
Compare
Android builds
macOS build
|
93e14b0
to
d93fbed
Compare
Android builds
macOS build
|
d93fbed
to
3040c47
Compare
Android builds
|
3040c47
to
98ac510
Compare
98ac510
to
6677bbb
Compare
6677bbb
to
7a8ec44
Compare
7a8ec44
to
61ec665
Compare
61ec665
to
63f71a7
Compare
63f71a7
to
ddf09db
Compare
ddf09db
to
e8d842a
Compare
d1ef2f7
to
3171698
Compare
3171698
to
13bf153
Compare
Bug Report
Comments? Email us. Your free trial ends in 2 days. |
13bf153
to
b2a17b1
Compare
b2a17b1
to
e74b7e8
Compare
e74b7e8
to
956d9a7
Compare
956d9a7
to
5197f6a
Compare
5197f6a
to
55f88c2
Compare
55f88c2
to
36fbdef
Compare
36fbdef
to
9af3115
Compare
9af3115
to
4b15ede
Compare
4b15ede
to
f86f353
Compare
f86f353
to
e467bbe
Compare
e467bbe
to
2e86cbb
Compare
2e86cbb
to
73a7f9a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
3.19.4
->3.35.5
Release Notes
flutter/flutter (flutter)
v3.35.5
Compare Source
v3.35.4
Compare Source
v3.35.3
Compare Source
flutter build apk
may fail to calculate the version code when using--build-number
.v3.35.2
Compare Source
exynos9820
chip from using the Impeller Vulkan backend.@Preview()
to invalid nodes.v3.35.1
Compare Source
flutter.dev
.v3.35.0
Compare Source
Initial stable release.
v3.32.8
Compare Source
TextInput.hide
call incorrectly clears the text in the active text field on iOS.v3.32.7
Compare Source
v3.32.6
Compare Source
LayoutBuilder
on any platform, prevent null check crash.v3.32.5
Compare Source
v3.32.4
Compare Source
dart
tooling.v3.32.3
Compare Source
NavigationBar
andNavigationDrawer
v3.32.2
Compare Source
v3.32.1
Compare Source
appFlavor
is null after hot restarts or duringflutter test
.v3.32.0
Compare Source
Initial stable release.
v3.29.3
Compare Source
GIT_DIR
to enable flutter tool calls in githooks.Android, Fixes Android Emulator crash when navigating to routes with backdrop
blurs.
compute
orIsolate.run
has not completed.v3.29.2
Compare Source
v3.29.1
Compare Source
2025022
.v3.29.0
Compare Source
Initial stable release.
v3.27.4
Compare Source
v3.27.3
Compare Source
MenuAnchor
s in nested overlays.v3.27.2
Compare Source
crossOrigin
property tov3.27.1
Compare Source
v3.27.0
Compare Source
Initial stable release.
v3.24.5
Compare Source
flutter build ios-framework --xcframework
copies Flutter debug symbols.v3.24.4
Compare Source
v3.24.3
Compare Source
Drawer
widget, causing it to open or close incorrectly.v3.24.2
Compare Source
EditableText
insideCupertinoPageRoute
, with a CJK (chinese, japanese, korean) keyboard.TextField
s may stop accepting input.SelectionArea
/SelectableRegion
is used as a child of a Scrollable likeListView
orPageView
.native assets
experiment is enabled, and there are no native asset frameworks to codesign.onTap
is called twice on various widgets (GestureDetector
,InkWell
) when semantics are enabled.v3.24.1
Compare Source
include:
inanalysis_options.yaml
file in a nested folder in the workspace.dart compile wasm
when optimizations are enabled.dart2wasm
compiler in unsound-O3
/-O4
modes where a implicit setter for a field of generic type will store null instead of the field value.dart2wasm
compiler that can trigger in certain situations when using partial instantiations of generic tear-offs (constructors or static methods) in constant expressions.StructuralParameterType
objects. In some corner cases the lacking implementation resulted in a crash of the compiler.flutter run
/flutter build
fordart2wasm
for debugging in Chrome DevTools.saveLayers
rendering issues would occur.Canvas.drawVerticies
when using texture coordinates.flutter run
when using Xcode 16.flutter run -d chrome
and Chrome is closed before Flutter tries to close it.flutter run
orflutter debug-adapter
are unable to connect to the Flutter web app.v3.24.0
Compare Source
Initial stable release.
v3.22.3
Compare Source
const bool.fromEnvironment('dart.library.ffi')
is true and conditional import conditiondart.library.ffi
is true in dart2wasm.flutter test
where--flavor
wasn't considered when validating cached assets, causing the flavor-conditional asset bundling feature to not work as expected.flutter run
orflutter build
, users get a lengthy crash message including the full contents of a FileSystemException.v3.22.2
Compare Source
DART_VM_OPTIONS
were not correctly parsed for standalone Dart executables created withdart compile exe
.array.new_fixed()
has a constant larger than 10000.--enable-experiment
flag todart compile
wasm.dart:ffi
imports in user code in dart2wasm as dart2wasm's currently only supports a small subset ofdart:ffi
.onMemoryTrim
is called.TextField
or open the keyboard again after side pop from another screen.EditableText
crash that occurs when a customTextEditingController
only implements theTextEditingController
interface.TwoDimentionalViewport
using keep alive widgets (e.g InkWell).ColorScheme.fromSeed
method to respect the seed color even if the seed color is very bright.TextFields
to not function after cupertino back swipes.v3.22.1
Compare Source
web apps when compiled with dart2wasm.
dart run
will not interfere withFlutter l10n (at least for most cases).
v3.22.0
Compare Source
Initial stable release.
v3.19.6
Compare Source
v3.19.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.