Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
59d9f23
Multi-version Python support (3.12 / 3.13 / 3.14) (#6577)
FeodorFitsner Jun 11, 2026
a720070
fix(flet-secure-storage): bump flutter_secure_storage 10.0.0 -> 10.3.…
EH-MLS Jun 17, 2026
149df45
feat(cli): `flet clean` command + deprecate `--clear-cache` flag of `…
ndonkoHenri Jun 18, 2026
2154a2a
fix(typing): explicit handler signatures in `PubSubClient` (#6564)
Iaw4tch Jun 18, 2026
aa39992
chore: More docs + code improvements (#6589)
ndonkoHenri Jun 18, 2026
d8a2c13
fix(android): `pickFirsts` `libc++_shared.so` to unblock multi-plugin…
ndonkoHenri Jun 18, 2026
ea7435c
feat(`FilePicker`): add `compression_quality` and `cancel_upload_on_w…
ndonkoHenri Jun 18, 2026
a9e17d7
Integrate dart-bridge into flet-0.86 (in-process FFI transport, multi…
FeodorFitsner Jun 19, 2026
905d66e
Merge branch 'main' into flet-0.86
FeodorFitsner Jun 21, 2026
4e77288
Lift app packaging into serious_python + SPM-by-default darwin builds…
FeodorFitsner Jun 22, 2026
ff513c9
Merge branch 'flet-0.86' of https://github.com/flet-dev/flet into fle…
FeodorFitsner Jun 22, 2026
295bf0b
Support Android TV in device info retrieval (#6604)
bl1nch Jun 22, 2026
6ca6b48
Custom boot screen (#6616)
FeodorFitsner Jun 25, 2026
8b84de8
Merge branch 'main' into flet-0.86
FeodorFitsner Jun 25, 2026
c2a1ad6
feat(flet-ads): `ConsentManager` for AdMob UMP consent (#6615)
ndonkoHenri Jun 25, 2026
4da2f6a
Merge branch 'flet-0.86' of https://github.com/flet-dev/flet into fle…
FeodorFitsner Jun 25, 2026
6e6fab2
Rich progress bars for client and pyodide downloads (#6618)
FeodorFitsner Jun 25, 2026
3eb15b3
feat: `flet test` on-device integration testing + CI matrix (#6623)
FeodorFitsner Jun 30, 2026
5bf63e1
Pin python-build 20260630 (armeabi-v7a for 3.13/3.14); serious_python…
FeodorFitsner Jul 1, 2026
540b031
Add flet-mcp: MCP server for LLM agents (#6624)
FeodorFitsner Jul 1, 2026
fd84dfd
ci: zizmor security checks (#6602)
ndonkoHenri Jul 2, 2026
967da28
Bump serious_python 4.2.1 / python-build 20260701 (#6630)
FeodorFitsner Jul 2, 2026
d1e8c03
fix(ci): version flet-mcp like the other packages on publish (#6633)
FeodorFitsner Jul 2, 2026
ff08962
fix(build): preserve flutter-packages on --skip-site-packages increme…
FeodorFitsner Jul 2, 2026
cb3ad8a
Make auto_scroll follow in-place content growth (#6637)
FeodorFitsner Jul 4, 2026
4645958
fix(build): keep web apps on path routing through boot (no /#/, deep …
FeodorFitsner Jul 4, 2026
f259b95
Fix auto_scroll end-following past code blocks / nested scrollables (…
FeodorFitsner Jul 5, 2026
9434d86
Fix O(N²) mount/unmount scans in Session.patch_control (#6651)
davidlawson Jul 6, 2026
401182b
fix changelog entry location (#6653)
davidlawson Jul 7, 2026
1ba0abe
flet-mcp: token-efficient get_api, ranked icon search, agent tool fix…
FeodorFitsner Jul 7, 2026
889b5e0
Preserve ResponsiveRow child state across Row/Wrap layout switches (#…
FeodorFitsner Jul 9, 2026
336ed90
feat: Multiprocessing support in packaged desktop apps (#6662)
ndonkoHenri Jul 9, 2026
4e70321
Fix integration test failures caused by render overflow errors (#6664)
FeodorFitsner Jul 9, 2026
2123828
Fix boot overlay '!_dirty' assertion in debug mode with zero fade dur…
FeodorFitsner Jul 10, 2026
22b6b56
Bump serious_python to 4.3.1
FeodorFitsner Jul 11, 2026
c20920d
Raw RGBA Matplotlib frames over DataChannels; canvaskit web default; …
FeodorFitsner Jul 13, 2026
d6aad17
New RawImage control: full-bandwidth pixel-frame streaming over DataC…
FeodorFitsner Jul 13, 2026
9c7022f
Add support for Android TV platform in permission handler (#6667)
bl1nch Jul 13, 2026
6c3d34e
Flet 0.86 release announcement blog post (#6675)
FeodorFitsner Jul 14, 2026
0ccba31
Flet Studio 1.0 update (#6678)
FeodorFitsner Jul 14, 2026
e131acb
Merge branch 'main' into flet-0.86
FeodorFitsner Jul 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.41.7"
"flutter": "3.44.4"
}
Loading
Loading