Certainly! Let's create a documentation for Flet-Box, a GUI framework that simplifies building multi-platform apps using drag-and-drop widgets in the Python language.
>>> mkdir My_app
>>> cd My_app
>>> python3 -m venv .venv
>>> source .venv/bin/activate
>>> pip install flet
>>> pip install -r requirements.txt
>>> git clone https://github.com/xavier53348/Flet-Box.git
>>> flet src/flet_box.py
Flet-Box is a powerful framework that enables developers to create interactive multi-user web, desktop, and mobile applications. Whether you're a seasoned developer or just starting out, Flet-Box makes frontend development accessible without prior experience. Here are the key features:
-
Cross-Platform: Build apps that run seamlessly on web browsers, desktop environments (like macOS and Windows), and mobile devices.
-
Drag-and-Drop Widgets: Easily design your app's user interface by dragging and dropping widgets.
-
Based on Flutter: Flet-Box is a fork of Flet Framework leverages the power of Flutter by Google, but it doesn't stop there. It adds its own opinion by combining smaller widgets, implementing UI best practices, and applying reasonable defaults to ensure your apps look professional without extra effort.
To get started, you don't need to be a front-end guru, but basic knowledge of Python and object-oriented programming is recommended. Let's dive into the basics:
Ready to build real-world apps? Check out the official Flet documentation and explore tutorials for your preferred language, including Python3. Happy coding! π
Certainly! In Flet-Box, you can create drag-and-drop interactions using the LongPressDraggable widget. Let's break down how to achieve this:
- LongPressDraggable: This widget recognizes when a user performs a long press (sometimes called touch & hold) on a widget. It then displays a new widget near the user's finger. As the user drags, the widget follows their finger. You have full control over the widget that the user drags.
- Wrap your UI element (widget) with a LongPressDraggable. For example, if you have a list of menu items, each displayed using a custom MenuListItem widget, you can wrap it like this:
SPACE LAYOUTS | IMAGE WIDGET | ALERTS STATUS | |||
---|---|---|---|---|---|
ft.divider | β | ft.image | β | ft.snackbar | β |
ft.verticaldivider | + | ft.circleavatar | + | ft.tooltip | β |
ft.icon | β | ft.cupertinoalertdialog | β | ||
ft.cupertinodialogaction | β | ||||
CONTAINERS LAYOUTS | CHARTS LAYOUTS | TEXT WIDGET | |||
ft.stack | β | ft.barchart | β | ft.text | β |
ft.row | β | ft.charts | β | ft.textfield | β |
ft.gridview | β | ft.linechart | β | ft.listview | β |
ft.column | β | ft.matplotlibchart | β | ft.datatable | β |
ft.container | β | ft.piechart | β | ||
ft.card | β | ft.plotlychart | β | ||
ft.responsiverow | β | ||||
ft.transparentpointer | β | ||||
BUTTONS WIDGET | SELECTIONS WIDGET | ESPECIAL WIDGET | |||
ft.textbutton | β | ft.switch | β | ft.tabs | β |
ft.filledbutton | β | ft.checkbox | β | ft.navigationbar | β |
ft.filledtonalbutton | β | ft.cupertinocheckbox | β | ft.cupertinoappbar | β |
ft.iconbutton | β | ft.cupertinoradio | β | ft.navigationdrawer | β |
ft.elevatedbutton | β | ft.cupertinoslider | β | ft.navigationrail | β |
ft.chip | β | ft.cupertinoswitch | β | ft.menubar | β |
ft.outlinedbutton | β | ft.submenubutton | β | ft.appbar | β |
ft.bottomappbar | β | ft.dropdown | β | ft.cupertinonavigationbar | β |
ft.bottomsheet | β | ft.datepicker | β | ft.searchbar | β |
ft.segmentedbutton | β | ft.timepicker | β | ||
ft.floatingactionbutton | β | ft.filepicker | β | ||
ft.radio | β | ||||
WIDGETS STATUS | |||||
ft.slider | β | ||||
ft.progressbar | β | ||||
ft.progressring | β | ||||
ft.alertdialog | β | ||||
ft.rangeslider | β |
.
βββ LICENSE
βββ README.md
βββ src
βΒ Β βββ assets
βΒ Β βΒ Β βββ dragg_container3.jpg
βΒ Β βΒ Β βββ dragg_container.jpg
βΒ Β βΒ Β βββ image.jpg
βΒ Β βΒ Β βββ img.jpg
βΒ Β βΒ Β βββ iphone.png
βΒ Β βΒ Β βββ logo.jpg
βΒ Β βΒ Β βββ logo_mark.png
βΒ Β βΒ Β βββ no_imagen.jpg
βΒ Β βΒ Β βββ splash.jpg
βΒ Β βββ extra_utils
βΒ Β βΒ Β βββ color_browser
βΒ Β βΒ Β βΒ Β βββ color_browser.py
βΒ Β βΒ Β βββ config_container
βΒ Β βΒ Β βΒ Β βββ bool_entry.py
βΒ Β βΒ Β βΒ Β βββ color_entry.py
βΒ Β βΒ Β βΒ Β βββ double_entry.py
βΒ Β βΒ Β βΒ Β βββ four_entry.py
βΒ Β βΒ Β βΒ Β βββ gradient_entry.py
βΒ Β βΒ Β βΒ Β βββ selection_entry.py
βΒ Β βΒ Β βΒ Β βββ single_entry.py
βΒ Β βΒ Β βΒ Β βββ widget_editor.py
βΒ Β βΒ Β βββ drag_container
βΒ Β βΒ Β βΒ Β βββ dragg_widget.py
βΒ Β βΒ Β βΒ Β βββ infinity_box_layer_one.py
βΒ Β βΒ Β βΒ Β βββ widget_drag_editor.py
βΒ Β βΒ Β βββ icon_browser
βΒ Β βΒ Β βΒ Β βββ icon_browser.py
βΒ Β βΒ Β βββ lite_menu_bar_down_phone
βΒ Β βΒ Β βΒ Β βββ footer_bar_menu_phone.py
βΒ Β βΒ Β βΒ Β βββ selected_widget.py
βΒ Β βΒ Β βββ lite_menu_bar_up_phone
βΒ Β βΒ Β βΒ Β βββ head_bar_menu_phone.py
βΒ Β βΒ Β βββ menu_tab_left_phone
βΒ Β βΒ Β βΒ Β βββ widget_menu_left_editor.py
βΒ Β βΒ Β βββ menu_tab_up_phone
βΒ Β βΒ Β βΒ Β βββ basic_menu_tab_up.py
βΒ Β βΒ Β βΒ Β βββ widget_menu_tab_editor.py
βΒ Β βΒ Β βββ phone_container
βΒ Β βΒ Β βΒ Β βββ widget_phone_editor.py
βΒ Β βΒ Β βββ settings_var
βΒ Β βΒ Β βββ settings_widget.py
βΒ Β βββ flet_box.py
βββ WIDGET.md
βββ workflows
If you're passionate about shaping the future of frameworks and contributing to their development, I invite you to join our collaborative efforts. Here's how you can get involved:
-
Documentation and Modules:
-
Documentation: We're actively working on creating comprehensive documentation for our Flet-Box framework. Your contributions can help make it more accessible, accurate, and user-friendly. Whether you're an expert or a beginner, your insights matter!
-
Modules: Our framework consists of various modules that handle different aspects of Flet activities. If you have expertise in any specific area (such as Documentation, Modules, or consensus algorithms ), consider contributing by improving existing modules or proposing new ones.
-
-
Financial Considerations:
- If you're passionate about supporting open-source projects and want to contribute to the Flet-box Framework, here's a simple invitation for you:
You may contribute Donating tokens to give suppor to the proyect in MATIC , BINANCE or TRX Tokens
- Low Fees: In transactions have extremely low fees, making it ideal for micro-donations.
- Invite me a COFFE or a BEER ..
How to Donate Tokens:
- Get Token: Purchase MATIC , BINANCE or TRX on platforms like Binance, Coinbase, or Uniswap.
- Donate: Visit the Flet-box page and contribute directly. Every donation counts!
MATIC WALLET
SPACE LAYOUTS | ADDRESS |
---|---|
0x6d437bB66af8d2c44670eA18F059BE1417Dcd7bA | |
THi2UTY8SrUYNrzqKek8U3pvLuEF5y4fDQ | |
bnb1vhe8q5zf2fr6s0ga8dnm5nzaz9uapky6w2xcnr |
- **Learn More**: Explore Flet-box's mission, roadmap, and community initiatives on their official website.
- Collaboration and Feedback:
- We value diverse perspectives. Engage in discussions, attend working groups, and provide feedback during public consultations.
- Reach out to our team via the provided contact details if you have specific questions or want to contribute directly.
- Remember, every contribution counts! Let's build a robust and forward-looking framework that fosters innovation while safeguarding financial stability.
- Build left take dragg selection widgets.
Exemple:
self.RowDragg = DraggWidget( widget='Row' ,color='BLUE' ,icons= ft.icons.BURST_MODE_ROUNDED)
**Properties:**
* widget <== 'Widget name'
* color <== 'Color of the box Dragg'
* icons <== 'icons of the box Dragg'
* **we create a Object named self.RowDragg that we will add inside drag_container_to_phone object.**
#### After we need add manual inside [ drag_container_to_phone ]
- Exemple build left take dragg selection widgets inside drag_container_to_phone.
ft.Container(
content=ft.GridView(
runs_count=3,
run_spacing=8,
padding=4,
spacing=8,
expand=1,
controls=[
self.RowDragg, # <============= add inside
],
- Go to infinity_box_layer_one.py and add Manually.
Location:
-
'extra_utils/drag_container/infinity_box_layer_one.py'
-
we need build the Container that will have the drop Widget inside
Exemple how will be
"Row": [
ft.Container(bgcolor='blue',alignment=ft.alignment.center,padding=ft.padding.all(4),border=ft.border.all(0.8, ft.colors.BLACK),tooltip='Row',
on_hover=lambda _:self.resetClick(),
on_click=lambda _:self.touchWidgetIndex(self.infinityDropWidget),
content=ft.Row( scroll="ALWAYS",
controls= [
],),),
],