-
Notifications
You must be signed in to change notification settings - Fork 371
feat(repo)!: v10.0.0 #2280
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
xsahil03x
wants to merge
77
commits into
master
Choose a base branch
from
v10.0.0
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
feat(repo)!: v10.0.0 #2280
Changes from 72 commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
9109c2d
refactor(ui)!: re-wrote message actions and modals (#2156)
xsahil03x 08600ee
refactor(ui): sync theme with figma (#2263)
xsahil03x 31b2809
refactor!(ui): add support for customising reaction picker (#2248)
xsahil03x 396fcca
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x eb9d91c
refactor(ui)!: improve reaction bubble implementation (#2277)
xsahil03x 6a5cf55
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x d2aabea
chore(ui): make `CustomMessageAction` extendable
xsahil03x 39bc67b
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x f9d454c
chore(repo): add migration guide
xsahil03x 5a2dc40
chore(repo): update CHANGELOG.md
xsahil03x 76debfd
chore(repo): update migration guide
xsahil03x 75d9d17
chore(repo): release v10.0.0-beta.1 (#2283)
xsahil03x c038038
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x dead3f9
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 0ffdd7c
chore: include latest stable release in beta changelogs
xsahil03x 8c8dbd2
chore(repo): release v10.0.0-beta.2 (#2292)
xsahil03x 74bb460
feat(ui)!: refactor poll message into attachment (#2296)
xsahil03x 3a2b3e3
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x cc69eb3
refactor(llc): introduce event controller, resolver (#2301)
xsahil03x 74188e3
refactor(ui)!: add support for non-attachment types in attachment pic…
xsahil03x cc33ba3
chore(repo): remove deprecated classes, methods, and properties (#2306)
xsahil03x fd1e502
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 3e95d5c
chore(repo): release v10.0.0-beta.3 (#2310)
xsahil03x 86d3220
chore(ui): hide reaction picker bubble border and mask (#2316)
xsahil03x a514537
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 7d3fa7f
feat(llc): add support for sharing live and static locations (#2305)
xsahil03x 376f0fe
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x a32d298
fix(ui): adjust reaction picker and message modal animations
xsahil03x 84b2994
feat(persistence): add support for location persistence (#2319)
xsahil03x 00c0b15
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 7fe34aa
feat(llc, ui, persistence)!: add support for reaction emoji_code (#2326)
xsahil03x bf33673
feat(ui): add `StreamChatConfiguration.maybeOf()` method
xsahil03x c37fa34
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 0a6b932
chore: Update Goldens
xsahil03x d1819c1
chore(repo): release v10.0.0-beta.4 (#2333)
xsahil03x 48b0cc7
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x ba38c8e
chore: merge fixes
xsahil03x 3ad5cab
fix(llc): fixed skipPush and skipEnrichUrl not preserving during mess…
VladShturma 8e06a36
fix(llc, ui): update message state on failure
xsahil03x 4ca7fe9
refactor(ui): introduce showStreamDialog and replace showStreamMessag…
xsahil03x 74fecb2
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x dfa6170
chore: fix lints
xsahil03x 1433346
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 8376c94
chore: merge fixes
xsahil03x b138da2
chore: Update Goldens
xsahil03x 2b8a21e
chore(repo): release v10.0.0-beta.5 (#2354)
xsahil03x c511c68
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 0f8a4f5
chore: Update Goldens
xsahil03x 90d5bc2
fix(ui): ensure dialog confirmation for delete/flag actions (#2384)
xsahil03x c7c1dd3
fix(ui): enable sending reply in threads for users with sendReply cap…
xsahil03x 74f46ab
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 4d8635c
chore: Update Goldens
xsahil03x 9af6ba2
test: fix tests
xsahil03x 6a52cb0
chore(repo): release v10.0.0-beta.6 (#2393)
xsahil03x e7576f9
feat(llc, ui): add delete message for me (#2394)
xsahil03x 5a02491
feat(persistence): add deletedForMe and deletedMessages fields (#2395)
xsahil03x 4bb47e1
feat(llc)!: add standalone file/image upload/remove methods (#2396)
xsahil03x 7ba65c2
feat(llc): improve message validation for upload criteria
xsahil03x bd17255
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 37e0466
chore: merge fixes
xsahil03x e6f5e25
chore(repo): release v10.0.0-beta.7 (#2417)
xsahil03x 0db0485
feat(llc, persistence): handle user.messages.deleted event (#2423)
xsahil03x ea361cd
feat(ui): add `attachmentPickerOptionsBuilder` (#2415)
xsahil03x b38b320
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 76fdb59
chore: update migration guide
xsahil03x 3f89e28
chore(repo): release v10.0.0-beta.8 (#2425)
xsahil03x f594ac4
feat(ui)!: enhance onAttachmentTap with fallback to default behavior …
xsahil03x 30da524
feat(llc): Store endAt in UTC (#2428)
xsahil03x 182706c
feat(ui): add reactionIndicatorBuilder for custom reaction indicators…
xsahil03x 341973d
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x 736a7be
chore: merge fixes
xsahil03x b5874a1
chore: Update Goldens
xsahil03x 2a117b0
chore(repo): release v10.0.0-beta.9 (#2446)
xsahil03x 302ade6
Merge remote-tracking branch 'origin/master' into v10.0.0
xsahil03x ee5d767
chore: Update Goldens
xsahil03x e223a99
chore(repo): release v10.0.0-beta.10 (#2458)
xsahil03x 56e021f
chore: Fix version typo in changelog
xsahil03x File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🌐 Web query:
geolocator 13.0.0 Flutter known issues security concerns💡 Result:
Short summary — geolocator 13.0.0 (Flutter)
What changed in 13.0.0
Known functional issues (reported & fixed soon after)
Security vulnerabilities to be aware of
Other security/privacy notes (general, relevant to any location plugin)
Recommendation
Sources
If you want, I can:
🌐 Web query:
flutter_map 8.1.1 stability production usage💡 Result:
Short answer: flutter_map 8.1.1 is a bug‑fix release (published 2025‑03‑08) that addresses an infinite‑loop bug with polygon labels on rotated maps; it’s part of an actively maintained 8.x line and is generally fine for production if you pin and test it in your app. [1][2][3]
Details & recommendation:
Sources:
[1] flutter_map changelog (pub.dev) — 8.1.1 entry.
[2] fleaflet/flutter_map GitHub releases.
[3] flutter_map docs (fleaflet).
🌐 Web query:
avatar_glow flutter package security maintenance💡 Result:
Short summary
Sources
[1] pub.dev/avatar_glow package page (metadata, versions, repo link).
[2] Libraries.io / pub listing for avatar_glow (package metadata, license, maintenance info).
[3] GitHub repository referenced by package (apgapg/avatar_glow).
🌐 Web query:
flutter_map_animations latlong2 compatibility issues💡 Result:
Short answer — common compatibility causes and fixes
Root cause: flutter_map and many related plugins (including flutter_map_animations) use the LatLng type from the latlong2 package; mismatched versions or having multiple LatLng types (from latlong, latlong2, google_maps_flutter, etc.) produce type errors. (docs.fleaflet.dev)
Quick checks/fixes:
If you still get errors: inspect pub deps (flutter pub deps --style=compact) to find multiple latlong/LatLng providers; remove the old latlong package or unify versions. Stack Overflow and flutter_map docs show this is the usual resolution. (stackoverflow.com)
If you want, tell me the pubspec.yaml and exact error message and I’ll give step‑by‑step edits.
Citations:
Upgrade geolocator to version 13.0.4 or later; other new dependencies are stable.
The addition of
avatar_glow,flutter_map,flutter_map_animations, andlatlong2aligns well with the live location sharing feature and poses no known security or stability concerns. However,geolocator 13.0.0has known breaking changes and required multiple bugfix patches (13.0.1–13.0.3). Upgrade to at least13.0.4+or the latest stable version (14.x) to avoid compilation issues and benefit from critical fixes. Also ensure web builds are served over HTTPS and audit your app's location permission scopes (foreground vs. background, especially for Android 13+ and iOS 14+).Also applies to: 47-48, 56-56, 66-66
🤖 Prompt for AI Agents