Total of 20 articles

Python Flet

Flet is a framework that allows you to create web, desktop and mobile applications using Python, without the need for prior experience in frontend development.

None None 8 months, 3 weeks ago

Radio Buttons in Flet

Radio buttons allow users to select a single option from multiple choices, making them ideal for scenarios where only one selectio...

Radio buttons allow users to select a single option from multipl...

joao joao 8 months, 3 weeks ago

Flet Dropdown Component

The Dropdown component in Flet provides a user-friendly way to select an option from a predefined list. Users can filter the list ...

The Dropdown component in Flet provides a user-friendly way to s...

joao joao 8 months, 3 weeks ago

Checkbox in Flet

A Checkbox in Flet is a UI control that allows users to select one or more items from a group or toggle between two mutually exclu...

A Checkbox in Flet is a UI control that allows users to select o...

joao joao 8 months, 3 weeks ago

TextField in Flet

The TextField component in Flet is a Material Design text input field that allows users to enter text using either a hardware keyb...

The TextField component in Flet is a Material Design text input ...

joao joao 8 months, 3 weeks ago

Understanding Icon Buttons in Flet

An IconButton is a type of round button that displays an icon in the center. It is typically used to provide simple and intuitive ...

An IconButton is a type of round button that displays an icon in...

joao joao 8 months, 3 weeks ago

ElevatedButton in Flet

ElevatedButton is a commonly used component in Flet for creating raised buttons that have a filled background and shadow, making t...

ElevatedButton is a commonly used component in Flet for creating...

joao joao 8 months, 3 weeks ago

Understanding TextButton in Flet

Text buttons are a crucial part of user interfaces, providing lightweight and non-intrusive options for user interactions. In Flet...

Text buttons are a crucial part of user interfaces, providing li...

joao joao 8 months, 3 weeks ago

Understanding Controls in Flet

In Flet, user interfaces are built using controls (also known as widgets). To make controls visible, they must be added to a Page ...

In Flet, user interfaces are built using controls (also known as...

joao joao 8 months, 3 weeks ago

Understanding Card in Flet

A Card in Flet is a material design panel with slightly rounded corners and an elevation shadow. It is commonly used to group rela...

A Card in Flet is a material design panel with slightly rounded ...

joao joao 8 months, 3 weeks ago

ListView in Flet: A Scrollable List of Controls

ListView is one of the most commonly used scrolling controls in Flet. It allows for the display of a list of items arranged linear...

ListView is one of the most commonly used scrolling controls in ...

joao joao 8 months, 3 weeks ago

Understanding GridView in Flet

GridView is a powerful and efficient component in Flet for displaying a scrollable, two-dimensional array of controls. It is parti...

GridView is a powerful and efficient component in Flet for displ...

joao joao 8 months, 3 weeks ago

ResponsiveRow: A Flexible Grid Layout for Flet Applications

ResponsiveRow is a powerful layout control in Flet that brings the flexibility of grid-based design, similar to the Bootstrap web ...

ResponsiveRow is a powerful layout control in Flet that brings t...

joao joao 8 months, 3 weeks ago

Understanding the Column Control in Flet

The Column control in Flet is a powerful widget that allows you to arrange its child elements in a vertical layout. It provides a ...

The Column control in Flet is a powerful widget that allows you ...

joao joao 8 months, 3 weeks ago

Understanding the Row Widget in Flet

The Row widget in Flet is a control that arranges its children horizontally. It provides various customization options, including ...

The Row widget in Flet is a control that arranges its children h...

joao joao 10 months, 2 weeks ago

Working with Text in Flet

Flet provides various ways to display and style text in your applications. The Text widget is the primary way to display static te...

Flet provides various ways to display and style text in your app...

1 2 Next
1 2 Next

📬 Subscribe to Our Free Newsletter!

Receive exclusive content about Python, programming, and tech tips straight to your inbox. It's completely free and you can unsubscribe at any time!

✨ Join other beginners and grow your programming skills step by step!