Sync upstream main#23
Merged
Merged
Conversation
…ements
- Update minimum Flutter version to 3.24.0 and recommended to 3.27.0
- Upgrade build tools for 16KB compatibility:
* Android Gradle Plugin (AGP) to 8.9.0
* Gradle to 8.10/8.11.1
* Kotlin to 2.1.10
* NDK to r28 (28.0.12674087)
- Update minimum Android API level from 21 to 24
- Update recommended Android API level from 34 to 35
- Migrate to 64-bit only architectures (arm64-v8a, x86_64)
- Update iOS platform to 16.0
- Add comprehensive Android Build Requirements documentation
- Update all sample apps with consistent build configurations
- Update dependencies across packages and examples
This ensures compliance with Google Play's 16KB page size requirement
(effective November 1, 2025) and provides optimal performance on modern
Android devices.
…-flutter into add_16kb_support
Add Android 16KB page size support and update Flutter version requirements
…exported to false for BootReceiver and LogAlarmManager to prevent unauthorized access.
…ilbreak detection in the example app
…ty compliance" This reverts commit 36c2dc9.
…and 1.11.1 respectively, and synchronize example app version.
…and 1.11.0 respectively, aligning with previous stable releases.
…ooth-perms Add Bluetooth audio permission support for Android 12+ and VAPT security fixes
Upgrade roomkit version
Sync fork with official 100ms-flutter upstream (merge base Oct 2024 → upstream tip). Resolved 19 conflicts, preserving azodha customizations while adopting upstream improvements: - Preserved fork features: extra HMSPrebuilt/controller params (meetingScreenAppBar, preViewScreenAppBar, dialInPopupWidget, onTapped, onRoomIdAvailable, onPeerLeft), responsive/orientation-aware grid layouts, inset shadow fix, HMSLogger button-tap instrumentation, network status label. - Adopted upstream: preview header gradient, SingleChildScrollView wrappers, reformatting, and newer dependency versions (intl, permission_handler, provider, google_fonts, url_launcher, share_plus, collection, dots_indicator, webview_flutter, pointer_interceptor, image_picker). - Kept hmssdk_flutter as local path dependency; regenerated pubspec.lock files. flutter analyze: 0 errors. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sumit-Azodha
approved these changes
Jun 15, 2026
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.
Description
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. You must list at least one issue.
Additional context
Pre-launch Checklist
///).