TheEthicalBoy

Results 19 issues of TheEthicalBoy

https://flutils.fly.dev/#/ The above link is an app i made with the latest flet version (0.1.62) But the clipboard is still not working as expected. Similar issue(already closed): https://github.com/flet-dev/flet/issues/423

**Please Describe The Problem To Be Solved** Some Controls have a tooltip property with already defined styles : color(black), bgcolor(white), font size, location relative to the Control and many more.......

I noticed when using Flet on my IdE(pycharm) that there are no doc strings in functions or classes to inform us on the uses of the particular class, examples...etc These...

## What is this Python project? With Flet, you code in Python only and a get multi-user, realtime Single-Page Application (SPA), with a beautiful Flutter UI. ([Website](https://flet.dev/), [GitHub](https://github.com/flet-dev/flet)) ## What's...

Closes #952 - Issue TBF: The tiles created on_click of the first tile have no parent (`None`) although they all live in thesame `Column`. **Test Code:** ```py import flet as...

### Discussed in https://github.com/flet-dev/flet/discussions/2942 Originally posted by **yunguangli** March 25, 2024 is it possible to add more user-defined breakpoints for ResponsiveRow control or just increase the number of breakpoints in...

enhancement
feature request

## Added Properties: - [`AppBar`](https://flet.dev/docs/controls/appbar): elevation_on_scroll, exclude_header_semantics, force_material_transparency, is_secondary, shadow_color, surface_tint_color, clip_behavior, title_spacing - [`AlertDialog`](https://flet.dev/docs/controls/alertdialog): action_button_padding, clip_behavior, icon_padding, shadow_color, surface_tint_color - [`Divider`](https://flet.dev/docs/controls/divider): leading_indent, trailing_indent - [`Card`](https://flet.dev/docs/controls/card): clip_behavior, is_semantic_container, show_border_on_foreground, variant...

Closes #89 **Note:** The implementation of on_init in Rive control causes it to loose animation. **Test Code:** ```py import flet as ft def main(page): page.window_always_on_top = True page.horizontal_alignment = ft.CrossAxisAlignment.CENTER...

**Goal:** expose more properties for each control.

enhancement
controls