Skip to content
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

Upgrade flutter version from 3.13.9 to 3.19.6 #183

Merged
merged 11 commits into from
Jun 9, 2024

Conversation

FriesI23
Copy link
Owner

@FriesI23 FriesI23 commented Jun 9, 2024

Upgrade flutter version to 3.19.6 (last stable version with dart 3.3 (3.3.4). Main reason for upgrading this version is:

  • More stronger syntax checking (to prevent some bugs at async coding).
  • To prevent falling too far behind Flutter's major version, which could be more difficult for future upgrades.
  • Flutter project itself has fixed lot of bugs.

This update include following changes:

  1. Fix unexpected warnings if enable use_build_context_synchronously, see here to get more information.

  2. Breaking changes

for full breaking changes with two versions, see Flutter 3.19 and Flutter 3.16.

  1. Fix Scrollbar's Exception on desktop platforms (windows/macos/linux) in app's changelog and license dialog.

@FriesI23 FriesI23 self-assigned this Jun 9, 2024
@FriesI23 FriesI23 added code quality Code improvement suggestions dependencies Pull requests that update a dependency file bug Something isn't working labels Jun 9, 2024
Copy link
Owner Author

@FriesI23 FriesI23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Done

@FriesI23 FriesI23 merged commit 97f2a14 into main Jun 9, 2024
3 checks passed
@FriesI23 FriesI23 deleted the chore/bump-flutter-version branch June 9, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code quality Code improvement suggestions dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant