flet-easy icon indicating copy to clipboard operation
flet-easy copied to clipboard

⚡Flet-Easy is a package created as a Flet add-on, designed to be easy to use with a cleaner order in the code, having many customizable features.

Results 5 flet-easy issues
Sort by recently updated
recently updated
newest added

在v0.0.1我经常使用的是Viewsy # app_bar = ft.AppBar( # title=ft.Image(src="baolaailogo.png",height=50), # center_title=False, # leading_width=40, # bgcolor=ft.colors.SURFACE_VARIANT, # actions=[ # ft.IconButton(ft.icons.WB_SUNNY_OUTLINED, on_click=theme), # ft.PopupMenuButton( # items=[ # ft.PopupMenuItem(text="🔥 Home", on_click=go_home), # ] # ),...

question

- [x] Improve the speed of switching between pages. - [x] Now `page.go()` and `data.go()` work similarly to go to a page (`View`), the only difference is that `data.go()` checks...

enhancement

**To do list** - [x] Code - [ ] Documentation --- Create new pages (views) by using classes, you don't need to inherit from any other class to add the...

documentation
enhancement

* The method will be added in `Datasy (data)`. * Allows you to return to the previous page (`View`). --- ### To do list - [x] Code - [ ]...

documentation
enhancement

Update formatter configuration.

enhancement