Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c6850e8
looks good
jesswrd Apr 6, 2026
7fc1f2f
fixed the tabs content for migrate app
jesswrd Apr 6, 2026
d15067a
added titles to each change
jesswrd Apr 6, 2026
14390eb
added library migration docs
jesswrd Apr 6, 2026
bdea58c
add-to-app migration
jesswrd Apr 6, 2026
32fd3c2
update the title and description
jesswrd Apr 6, 2026
d1f47c1
updated file name made this doc clearer.
jesswrd Apr 6, 2026
3684e48
moved properties file instructions up
jesswrd Apr 6, 2026
1ebb613
added to sidenav
jesswrd Apr 7, 2026
bc65f88
refactored file. added directions
jesswrd Apr 9, 2026
eaa7a1a
Merge branch 'main' into update-built-in-kotlin-migration-doc
jesswrd Apr 9, 2026
c261e40
add title
jesswrd Apr 9, 2026
ae2016a
removed from packages and plugins
jesswrd Apr 9, 2026
2b087e8
match main now
jesswrd Apr 9, 2026
1e54517
update the link
jesswrd Apr 9, 2026
ebaa5ce
one more
jesswrd Apr 9, 2026
d4fc1c8
links should be fixed
jesswrd Apr 9, 2026
e7df60c
one more time
jesswrd Apr 9, 2026
030db6b
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
94396a2
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
1a6a07c
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
ac6e3a1
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
4e4b3b9
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
4d9d67e
Update src/content/release/breaking-changes/migrate-to-built-in-kotli…
sfshaza2 Apr 9, 2026
96e9824
Update src/content/release/breaking-changes/index.md
sfshaza2 Apr 9, 2026
d05b181
Update src/content/release/breaking-changes/index.md
sfshaza2 Apr 9, 2026
26694bd
addressed all suggested changes
jesswrd Apr 9, 2026
58d6ed8
Merge branch 'update-built-in-kotlin-migration-doc' of github.com:jes…
jesswrd Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/release/breaking-changes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ They're sorted by release and listed in alphabetical order:
* [Deprecate `TextInputConnection.setStyle`][]
* [`IconData` class marked as `final`][]
* [ListTile reports error in debug when wrapped in a colored widget][]
* [Migrating Flutter Android app to Android Gradle Plugin 9.0.0][]
* [Migrating Flutter Android projects to built-in Kotlin][]
* [Page transition builders reorganization][]

[Changing RawMenuAnchor close order]: /release/breaking-changes/raw-menu-anchor-close-order
Expand All @@ -51,7 +51,7 @@ They're sorted by release and listed in alphabetical order:
[Deprecate `TextInputConnection.setStyle`]: /release/breaking-changes/deprecate-text-input-connection-set-style
[`IconData` class marked as `final`]: /release/breaking-changes/icondata-class-marked-final
[ListTile reports error in debug when wrapped in a colored widget]: /release/breaking-changes/list-tile-color-warning
[Migrating Flutter Android app to Android Gradle Plugin 9.0.0]: /release/breaking-changes/migrate-to-agp-9
[Migrating Flutter Android projects to built-in Kotlin]: /release/breaking-changes/migrate-to-built-in-kotlin
[Page transition builders reorganization]: /release/breaking-changes/decouple-page-transition-builders

<a id="released-in-flutter-341" aria-hidden="true"></a>
Expand Down
179 changes: 0 additions & 179 deletions src/content/release/breaking-changes/migrate-to-agp-9.md

This file was deleted.

Loading
Loading