fix(deps): update major dependencies (major)#11
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update major dependencies (major)#11renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
Author
|
0bb561c to
69bea2d
Compare
1545f7e to
fef19d8
Compare
20e8e14 to
8f3748e
Compare
31c1a84 to
bd3fdde
Compare
8d80efc to
b94cfd7
Compare
1dfdbe0 to
046a03f
Compare
f24037a to
a405a13
Compare
38eafec to
8efc7fe
Compare
e1fae2e to
30dea8a
Compare
d49af24 to
be4fa38
Compare
be4fa38 to
683f0c9
Compare
a13257f to
d421ed8
Compare
822e43f to
d8343b1
Compare
f370a0a to
10ba54f
Compare
b5e1d47 to
9625f12
Compare
c92fd56 to
d995a21
Compare
78afbd7 to
1998e6d
Compare
ed0d836 to
da7464f
Compare
65e256e to
52589b6
Compare
b24c9cb to
5979704
Compare
7e2547e to
0701a31
Compare
bb89ca3 to
50f7a90
Compare
50f7a90 to
5ae0c8e
Compare
5ae0c8e to
acc86a2
Compare
acc86a2 to
0563e64
Compare
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
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:
^6.0.7→11.0.01.6.14→2.11.1^4.0.0→6.0.0^14.2.3→17.1.011.3.1→12.0.15.3.0→6.2.03.2.0→4.0.126.2.8→32.2.326.2.8→32.2.326.2.8→32.2.3Release Notes
MaikuB/flutter_appauth (flutter_appauth)
v11.0.0Compare Source
Promptclass that exposes standardpromptstring values as defined in the OIDC specification. Thanks to the PR from Valentin MichalakPlatformExceptionwith anull_activityerror code when plugin runs into a scenario where the bound Flutter activity has been detached/disposed. Thanks to the PR from Sam Costav10.0.0flutter_lintsdev dependencycompileSdkVersionto 35 and AGP to 8.6.0v9.0.0compileSdkVersionto 33 and AGP to 8.0.1 to align with what's used by the AppAuth Android SDKflutter_lintsdev dependencyv8.0.1Compare Source
'OIDExternalUserAgent.h' file not founderrorv8.0.0+1Compare Source
v8.0.0Compare Source
preferEphemeralSessionproperty in theAuthorizationRequest,AuthorizationTokenRequestandEndSessionRequestclasses withexternalUserAgent. Thanks to the PR from john-slow.externalUserAgentis presented by the newlyExternalUserAgentenum that has the following valuesasWebAuthenticationSession: uses the ASWebAuthenticationSession APIs where possible. This is the default value and was the default behaviour behaviour that aligns with what the AppAuth iOS SDK would do in choosing the best available user-agentephemeralAsWebAuthenticationSession: uses an ephemeral session via the ASWebAuthenticationSession APIs. Applications that previously usedpreferEphemeralSessionand specified to betruecan migrate by specifying this enum valuesfSafariViewController: uses the SFSafariViewController APIsallowInsecureConnectionshas been done in response to issue 554AuthorizationServicehave been disposedv7.0.1Compare Source
v7.0.0Compare Source
FlutterAppAuthUserCancelledExceptionwhen an authorization request has been cancelled as a result of the user closing the browser. For other scenarios the plugin will throwFlutterAppAuthPlatformException. See the API docs for both classes for more details on the available details. Both exception classes inherit fromPlatformExceptionso the changes should be backwards compatibleflyerhq/flutter_chat_ui (flutter_chat_ui)
v2.11.0Compare Source
v2.10.0Update dependencies to latest, require min dart 3.8 and flutter 3.32. Migrate monorepo to pub workspaces.
2.9.2
2.9.1
FIX: add dart.library.js_interop case to cross_cache to support --wasm (#847). (3650bc75)
FIX: add content insertion configuration to Composer widget (#852). (6b5f6afc)
FIX: add support for linksDecoration, sentLinksDecorationColor, receivedLinksDecorationColor. (b5b9e906)
FIX: link color (#858). (bb9f814d)
v2.9.0This release introduces two-sided pagination. You can now load newer messages using the new
onStartReachedcallback, whileonEndReachedcontinues to work for older messages. For pagination to work correctly, messages should be inserted instantly, without animation.To allow this and offer more granular control, a new optional
animatedparameter has been added to all controller operations exceptupdate. This is not a breaking change, but if you'd like to use it, you can update your controller like so:As an optional improvement, you can use this parameter to disable animations when clearing the chat, which is now the default behaviour in the example apps.
LoadMoreNotifierwas updated for two-sided loading. If you used a custom LoadMore widget and usedLoadMoreNotifierto measure its height, that logic has been removed as it was not used. Additionally, the internal property_isLoadingis now_isLoadingOlder, and_isLoadingNewerhas been added.2.8.1
v2.8.0Compare Source
v2.7.02.6.2
2.6.1
v2.6.0onMessageTapandonMessageLongPressaddedBuildContextas a first parameter, so if you had something like this:replace it with this:
2.5.3
2.5.2
2.5.1
v2.5.0Compare Source
v2.4.0Compare Source
All message builders will also provide
isSentByMeandgroupStatusnow. Just pass{ required bool isSentByMe, MessageGroupStatus? groupStatus, }after the index param. It is fine not to use these fields if not needed.
v2.3.1Compare Source
Even though this is a patch release, it depends on
flutter_chat_core, which introduced a small breaking change. I realized I didn’t bumpflutter_chat_uito a new minor version before publishing - sorry about that!Fix is simple: if you have a custom ChatController, the
setoperation now requires a messages array.v2.3.02.3.0
Renamed LinkPreview → LinkPreviewData
LinkPreview.imageUrl→LinkPreviewData.image.urlBoth
LinkPreviewData.image.widthandLinkPreviewData.image.heightare now requiredFEAT: link preview v2 (#784). (b65060e1)
2.2.4
2.2.3
2.2.2
2.2.1
v2.2.02.2.0
ChatAnimatedListRedesign:updateoperation (ChatOperation.update) now requires theindexof the message to be updated.ChatControllers, you MUST now fetch the most up-to-date message instance from your data source before passing it toremoveorupdateoperations. The internal list now relies on the exact object reference. Failing to do so will lead to errors or unexpected behavior. (SeeInMemoryChatControllerfor an example of fetching the actual message before emittingChatOperation.removeorChatOperation.update).✨ Key Enhancements & Fixes ✨
ChatAnimatedListnow uses an internal operation queue to serialize updates, preventing race conditions and resolving priorStreamOperationissues.ChatAnimatedListinstances has been factorized, improving maintainability.insertAllMessagestoChatControllerandChatAnimatedListfor efficient bulk message additions with animations.ChatController'ssetMessagesnow uses an improvedDiffUtil(with move support), fixing "out of bounds" errors during complex list updates.ChatAnimatedListto validate list operations and item positioning.2.1.3
2.1.2
2.1.1
v2.1.02.1.0
Chat controller methods have been renamed to avoid name conflicts with Riverpod.
insert->insertMessageupdate->updateMessageremove->removeMessageset->setMessagesFEAT: rename chat controller methods. (dc1bf57d)
FIX: improve documentation and add example. (113141b3)
FIX: document public APIs.
v2.0.0Compare Source
v1.6.15Compare Source
v1andv2is replacing it on main branch soon.linethrough(double tilde) andcode(single backtick).assets/). Thanks @thomers for the PR!flutter/packages (flutter_lints)
v6.0.0Compare Source
v5.0.0Compare Source
flutter/packages (go_router)
v17.1.0Compare Source
TypedQueryParameterannotation to override parameter names inTypedGoRouteconstructors.v17.0.1Compare Source
onEnterblocking causes navigation stack loss (stale state restoration).v17.0.0Compare Source
ShellRoute's navigating changes notifyGoRouter's observers by default.notifyRootObservertoShellRouteBase,ShellRoute,StatefulShellRoute,ShellRouteData.$route,TypedShellRoute,TypedStatefulShellRoute.v16.3.0Compare Source
onEntercallback with access to current and next route states.v16.2.5Compare Source
GoRouter.of(context)access inside redirect callbacks by providing router access through Zone-based context tracking.context.namedLocation(),context.go()) within redirect callbacks.v16.2.4Compare Source
v16.2.3Compare Source
v16.2.2Compare Source
v16.2.1Compare Source
v16.2.0Compare Source
RelativeGoRouteDataandTypedRelativeGoRoute.v16.1.0Compare Source
v16.0.0Compare Source
GoRouteDatabreaking changes./Homevs/home) as distinct routes.go_router_builder3.0.0.PopScope.onPopInvokedWithResultin branch routes.GoRouteDatanow defines.location,.go(context),.push(context),.pushReplacement(context), andreplace(context)to be used for Type-safe routing. Requires go_router_builder >= 3.0.0.v15.1.3Compare Source
v15.1.2Compare Source
GoRoutertoNavigatorby properly handling therequestFocusparameter.v15.1.1Compare Source
caseSensitivetoGoRouteData.$route.v15.1.0Compare Source
caseSensitivetoTypedGoRoute.v15.0.0Compare Source
caseSensitiveparameter toGoRouter(default totrue).baseflow/flutter-permission-handler (permission_handler)
v12.0.1Compare Source
v12.0.0+1Compare Source
v12.0.0Compare Source
v11.4.0Compare Source
jb3rndt/PersistentBottomNavBarV2 (persistent_bottom_nav_bar_v2)
v6.2.0Compare Source
Changed
v6.1.0Compare Source
Changed
v6.0.1Compare Source
Fixed
v6.0.0Compare Source
Added
hideOnScrollVelocityto x (x != 0) to make the NavBar disappear after x pixels have been scrolled (and reappear respectively)SelectedTabPressConfig, which is responsible for any configuration when the selected tab is pressed again.SelectedTabPressConfig.popActionallows to specify how many screens of the current tab should be popped if the tab is pressed againSelectedTabPressConfig.scrollToTopenables automatically scrolling the tab content to top if the current tab is pressed again. This requires a ScrollController on eachPersistentTabConfig.scrollControllerfor each tab this should be activated for.SelectedTabPressConfig.onPressedis a callback that gets executed whenever the current tab is pressed again. I also provides an argument whether there are any pages pushed to the tab.popAllScreensOfCurrentTabAnimatedIconWrapper(see README for more)Breaking Changes
navBarOverlaptoNavBarOverlap.none()(previously wasNavBarOverlap.full())selectedTabContext. Use the list of your tabs instead to get the current tab context like so:tabs[controller.index].navigatorConfig.navigatorKey.currentContextPersistentTabController.onIndexChanged. UsePersistentTabController.listeninstead.popAllScreensOnTapAnyTabswithkeepNavigatorHistory. The meaning (and default value) of this parameter is thus inverted. To migrate, flip the boolean value for that parameter if you use it.popAllScreensOnTapOfSelectedTabandpopActionScreensinto theSelectedTabPressConfig.popAction.SelectedTabPressConfig.popActiontoPopActionType.allto pop all screens of the selected tab if it is pressed againSelectedTabPressConfig.popActiontoPopActionType.singleto pop a single screen of the selected tab if it is pressed againSelectedTabPressConfig.popActiontoPopActionType.noneto do nothing if it the selected tab pressed againonSelectedTabPressWhenNoScreensPushedwithSelectedTabPressConfig.onPressed. TheonPressedparameter informs you whether any pages are currently pushed to that tab.navBarHeightparameter. Use theheightparameter of each style instead if needed.heightis not mandatory, so by default no specific height is set. UsekBottomNavigationBarHeightif you want the default previous behavior.Fixed
v5.4.0Compare Source
[5.4.0] - 2025-05-04
v5.3.1Compare Source
Fixed
juliansteenbakker/sign_in_button (sign_in_button)
v4.0.1Compare Source
New Features:
v4.0.0Compare Source
New Features:
and executing.
syncfusion/flutter-widgets (syncfusion_flutter_charts)
v32.1.19Whatsnew:
Enhancements:
Bug Fixes & Stability Improvements:
v31.1.17Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.