Skip to content

v1.13.1+47

Compare
Choose a tag to compare
@FriesI23 FriesI23 released this 25 Jun 11:12
· 33 commits to main since this release
8d015e9

Released: v.13.1+47

  • Upgrade flutter to 3.19.6.
  • Add Spain translation, thank for Andres Blasco Arnáiz's contribution on weblate.

Upgrade flutter to 3.19.6

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.

Full Changelog: v1.12.8+45...v1.13.1+47