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.
Upgrade to
Flutter 3.24.4
.Desc
Flutter 3.22
to generate the bridge files, addpubspec.lock.3.22.3
. (bridge.yml)7.6.3
. We cannot directly upgrade to gradle8.x
. Becausenamespace
must be set. https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notesWhile many pubs did not set
namespace
yet. We have to upgrade too many pubs, and there're some pubs like Fix plugin that cannot be run on a newer flutter version juliuscanute/qr_code_scanner#748Autocomplete
issue. See Autocomplete(Flutter 3.24.3),optionsViewBuilder
does not get the last options ofoptionsBuilder
flutter/flutter#157244Issues
Note
uni_links
of git, because Android apk cannot be compiled. update_sdk avioli/uni_links#211uni_links
is not changed to toapp_links
for now, because there're some special logic. fix: --install cannot be invoke caused by singleton optimization #2892 Though installation works fine after changing toapp_links
.