-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update flutter to v3.24.5 #159
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/flutter-3.x
base: main
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 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
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
5 times, most recently
from
March 28, 2024 17:19
737d22d
to
f4df14c
Compare
renovate
bot
changed the title
chore(deps): update flutter to v3.19.4
chore(deps): update flutter to v3.19.5
Mar 28, 2024
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
from
March 31, 2024 19:56
f4df14c
to
2e9fbcc
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
4 times, most recently
from
April 14, 2024 19:06
4aba673
to
d3e3b02
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
from
April 14, 2024 21:46
d3e3b02
to
952c0cf
Compare
renovate
bot
changed the title
chore(deps): update flutter to v3.19.5
chore(deps): update flutter to v3.19.6
Apr 18, 2024
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
7 times, most recently
from
April 21, 2024 13:24
4ead015
to
400fb82
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
7 times, most recently
from
April 21, 2024 20:28
871cd1e
to
cd6f43c
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
from
September 12, 2024 18:32
ad854f6
to
6d44427
Compare
renovate
bot
changed the title
chore(deps): update flutter to v3.24.2
chore(deps): update flutter to v3.24.3
Sep 12, 2024
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
2 times, most recently
from
September 22, 2024 18:58
011b5ac
to
006b6eb
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
4 times, most recently
from
September 29, 2024 22:03
c4dd03c
to
28e0c4b
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
4 times, most recently
from
October 6, 2024 21:29
abaa43b
to
81e20c4
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
5 times, most recently
from
October 14, 2024 00:53
4d4771f
to
1ed9480
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
3 times, most recently
from
October 24, 2024 19:30
d6aacd3
to
716feaa
Compare
renovate
bot
changed the title
chore(deps): update flutter to v3.24.3
chore(deps): update flutter to v3.24.4
Oct 24, 2024
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
3 times, most recently
from
November 3, 2024 18:14
f087b62
to
80a6a6f
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
3 times, most recently
from
November 10, 2024 21:21
574efd1
to
27222ad
Compare
renovate
bot
force-pushed
the
renovate/flutter-3.x
branch
from
November 14, 2024 03:53
27222ad
to
96cf448
Compare
renovate
bot
changed the title
chore(deps): update flutter to v3.24.4
chore(deps): update flutter to v3.24.5
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
3.19.3
->3.24.5
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
flutter/flutter (flutter)
v3.24.5
Compare Source
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
v3.22.1
Compare Source
v3.22.0
Compare Source
Initial stable release.
v3.19.6
Compare Source
v3.19.5
Compare Source
v3.19.4
Compare Source
Configuration
📅 Schedule: Branch creation - "after 2pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.