flet 0.3.0
flet: ^0.3.0 copied to clipboard
Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
0.3.0 #
flet pack
CLI to create app bundles with custom icons and metadata (https://github.com/flet-dev/flet/issues/770)- Control comments (https://github.com/flet-dev/flet/issues/681)
- Fix MaterialState error in ButtonStyle (https://github.com/flet-dev/flet/issues/689)
- Flet CLI moved into separate module (https://github.com/flet-dev/flet/issues/679)
- Added BorderRadius to
__init__.py
(https://github.com/flet-dev/flet/issues/691) - Added dense property to TextField and Dropdown controls (https://github.com/flet-dev/flet/issues/696)
- Correctly handle control replacement (https://github.com/flet-dev/flet/issues/710)
- Fix "replace" when moving children in the collection (https://github.com/flet-dev/flet/issues/711)
- Remove hard-coded colors in Markdown default code theme (https://github.com/flet-dev/flet/issues/731)
- Authorization should allow to override, such as request_token() methods (https://github.com/flet-dev/flet/issues/776)
0.2.4 #
- Use correct Flet viewer path when installed from a source package (https://github.com/flet-dev/flet/issues/675)
- add
ControlEvent
to__init__.py
(https://github.com/flet-dev/flet/issues/657) - fix: handle a few corner cases (https://github.com/flet-dev/flet/issues/503)
0.2.2 #
- Make
Control.offset
work without animation enabled (https://github.com/flet-dev/flet/issues/632) - Added
Dropdown.alignment
property (https://github.com/flet-dev/flet/issues/630) - Remove beartype runtime check for all
value
properties - Fix
page.scroll
to allow None and strings - Literals to Enums (https://github.com/flet-dev/flet/issues/626)
gapless_playback
isTrue
by default for base64 images- Ability to change border shape of FAB control (https://github.com/flet-dev/flet/issues/621)
- Added Slider's
on_change_start
andon_change_end
events (https://github.com/flet-dev/flet/issues/620) - DataTable control: 1-to-1 mapping to Flutter (https://github.com/flet-dev/flet/issues/583)
- Implemented
page.can_launch_url()
(https://github.com/flet-dev/flet/issues/582) - Update project changelog from very beginning (https://github.com/flet-dev/flet/issues/581)
- Publish pre releases to pypi.org (https://github.com/flet-dev/flet/issues/579)
- Theming Slider control (https://github.com/flet-dev/flet/issues/573)
0.1.65 #
- Fixed: Floating Action Button now showing on top left (#567)
- Using variable fonts (#21)
- Old flet client app versions do not launch on Mac (#161)
- NavigationBar control (#193)
ResponsiveRow
control (#227)- Add code syntax highlighter to markdown (#294)
- feature: add mouse scroll wheel event (#354)
- Tooltip class (#367)
- BottomSheet control (#483)
- Fixed: Calling
update()
insideControl.did_mount()
causes deadlock (#489) - Add
page.window_maximizable
(#494) - Add an ability to change font family of
TextField
(#511) - Feature: Theming Switch and Checkbox component (#523)
- Change shape of AlertDialog (#537)
- Fixed: Saving and retreiving a string value from client storage adds quotation marks (#545)
- Matplotlib and Plotly Charts (#509)
- make control a cooperative object (#490)
0.1.62 #
- Initial release of Flet Flutter package.
- GestureDetector and other fixes (#459)
- removed all problems except dart:html problem because it needs material html kind of thing (#461)
- fix: ensure correct version is fetched in dev mode (#443)
- Fix controls setter for empty list input (#454)
- make ink=True behavior consistent with ink=False (#427)