Upgrade Flutter to 3.44.3 and modernize platform tooling - #1
Open
ltdangkhoa wants to merge 1 commit into
Open
Conversation
Pin Flutter 3.44.3 via FVM and raise Dart SDK constraint to ^3.8.0. Regenerate Android Gradle scaffolding (AGP 9, Gradle 9.1, Kotlin DSL) while preserving custom MainActivity, AppWidget, and share intents. Raise iOS minimum deployment target to 13.0 and add SceneDelegate. Replace discontinued packages: package_info_plus, mobile_scanner, url_launcher for store links, and updated share_plus/in_app_purchase APIs. Remove unused dependencies and fix Dart 3 wildcard issues in Provider selectors. Migrate l10n imports to package:qrquick/l10n and regenerate localization files. Co-authored-by: Kris <khoa.luu@vnappmob.com>
ltdangkhoa
marked this pull request as ready for review
June 30, 2026 01:47
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
This PR upgrades QR Quick from a ~2021 Flutter/Dart 2.15 baseline to Flutter 3.44.3 (Dart 3.12.2).
Toolchain
.fvm/fvm_config.json) pinning Flutter 3.44.3pubspec.yamlSDK constraints and fixed misplacedflutter_lints/flutter_launcher_iconsconfigAndroid
MainActivityMethodChannel,AppWidget, share intents, and ZXing dependencyiOS
SceneDelegatefor modern UIScene lifecycleDependencies
package_info→package_info_pluslaunch_review→url_launcherstore URLsqr_code_scanner→mobile_scannerrive,share_plus,in_app_purchase, and other direct depscollection,path,path_provider,http,file_picker,app_settings)Dart migrations
_wildcard issues incontext.selectcallbacksWillPopScope→PopScope,url_launcher/share_plusAPIsreceive_sharing_intentto instance-based media API (text shares now come throughSharedMediaType.text)mobile_scannerpackage:qrquick/l10n/app_localizations.dartVerification
fvm flutter analyze— 0 errors (info/warnings only)fvm flutter test— all tests passedFollow-up for reviewers
fvm flutter build appbundle --releaseandfvm flutter build ioson a machine with platform SDKsChecklist