text
stringlengths
1
372
what’s new archive page.
you might also check out the
flutter SDK release notes.
to stay on top of flutter announcements including
breaking changes,
join the flutter-announce google group.
for dart, you can join the dart announce google group,
and review the dart changelog.
<topic_end>
<topic_start>
15 february 2024: Valentine’s-Day-adjacent 3.19 release
flutter 3.19 is live! for more information,
check out the flutter 3.19 umbrella blog post
and the flutter 3.19 technical blog post.
you might also check out the dart 3.3 release blog post.
docs updated or added since the 3.16 release
other updates
for past releases, check out the
what’s new archive page.
<topic_end>
<topic_start>
flutter release notes
this page links to announcements and release notes for
releases to the stable channel.
info note
for information about bug-fix releases, check out
hotfixes to the stable channel on the flutter wiki.
<topic_end>
<topic_start>
breaking changes and migration guides
as described in the breaking change policy,
on occasion we publish guides
for migrating code across a breaking change.
to be notified about future breaking changes,
join the groups flutter announce and dart announce.
when facing dart errors after upgrading flutter,
consider using the dart fix command
to automatically migrate your code.
not every breaking change is supported in this way,
but many are.
to avoid being broken by future versions of flutter,
consider submitting your tests to our test registry.
the following guides are available. they are sorted by
release, and listed in alphabetical order:
<topic_end>
<topic_start>
not yet released to stable
<topic_end>
<topic_start>
released in flutter 3.19
<topic_end>
<topic_start>
released in flutter 3.16
<topic_end>
<topic_start>
released in flutter 3.13
<topic_end>
<topic_start>
released in flutter 3.10
<topic_end>
<topic_start>
released in flutter 3.7
<topic_end>
<topic_start>
released in flutter 3.3
<topic_end>
<topic_start>
released in flutter 3
<topic_end>
<topic_start>
released in flutter 2.10
<topic_end>
<topic_start>
released in flutter 2.5
<topic_end>
<topic_start>
reverted change in 2.2
the following breaking change was reverted in release 2.2:
<topic_end>
<topic_start>
released in flutter 2.2
<topic_end>
<topic_start>
released in flutter 2
<topic_end>
<topic_start>
released in flutter 1.22
<topic_end>
<topic_start>
released in flutter 1.20
<topic_end>
<topic_start>
released in flutter 1.17
<topic_end>
<topic_start>
flutter compatibility policy
the flutter team tries to balance the need for API stability with the
need to keep evolving APIs to fix bugs, improve API ergonomics,
and provide new features in a coherent manner.
to this end, we have created a test registry where you can provide