-
-
Notifications
You must be signed in to change notification settings - Fork 778
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: Merge branch dev
to main
#2149
Conversation
## [1.21.3-dev.1](v1.21.2...v1.21.3-dev.1) (2024-08-18) ### Bug Fixes * Handle selecting files and folders for patch options correctly ([#2144](#2144)) ([f1c2f41](f1c2f41))
# [1.22.0-dev.1](v1.21.3-dev.1...v1.22.0-dev.1) (2024-08-27) ### Features * Improve "Installation incompatible" dialog message ([#2164](#2164)) ([51c0f14](51c0f14))
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]> Co-authored-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Flutter 3.24 is causing build failure This is also reproducible on my local machine (btw I'm using Flutter 3.22 to build Manager on local machine) |
Signed-off-by: validcube <[email protected]>
Reference: flutter/flutter#153281 (comment) Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
The local enviroment deemed unreliable, before applying it doesn't work - after applying the workaround, it work - after removing the workaround with clearing cache, it doesn't work. (what?) Signed-off-by: validcube <[email protected]>
Amended: Remove secret @ Fri Sep 6 21:06:58 2024 +0700 Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Signed-off-by: validcube <[email protected]>
Reference: https://docs.flutter.dev/release/breaking-changes/popscope-with-result Signed-off-by: validcube <[email protected]>
# [1.22.0-dev.2](v1.22.0-dev.1...v1.22.0-dev.2) (2024-09-06) ### Bug Fixes * Bump SDK of each plugin using SDK lower than 31 ([01e4a76](01e4a76)), closes [/github.com/flutter/flutter/issues/153281#issuecomment-2292201697](https://github.com//github.com/flutter/flutter/issues/153281/issues/issuecomment-2292201697) * Fix missing notification icon when shrinking resouces ([#2195](#2195)) ([224be29](224be29)) * Lack of connectivity toast not showing due to incorrect comparison ([81f05e1](81f05e1)) * Migrate to onPopInvokedWithResult ([43d5888](43d5888)) * Reland commit 01e4a76 ([3dc695e](3dc695e)) * Specify our own FGS Type ([37c912b](37c912b)) ### Features * Support Flutter 3.24 ([3d8318d](3d8318d))
👋 Thanks for notifying me, I've fixed the problem with a workaround provided by a Flutter member here @ (commit description of) 01e4a76 |
# [1.22.0-dev.3](v1.22.0-dev.2...v1.22.0-dev.3) (2024-09-07) ### Bug Fixes * Empty “tmp-XXXXXX” directory keeps growing in cacheDir ([#2194](#2194)) ([f5a12e0](f5a12e0))
Signed-off-by: validcube <[email protected]> Co-authored-by: validcube <[email protected]>
Co-authored-by: Pun Butrach <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥞 LGTM!
# [1.22.0-dev.4](v1.22.0-dev.3...v1.22.0-dev.4) (2024-09-09) ### Bug Fixes * Move temporary files outside of the cache directory ([#2193](#2193)) ([1ef1f8d](1ef1f8d))
This pull request will Merge branch
dev
tomain
.