Flet_StoryBoard icon indicating copy to clipboard operation
Flet_StoryBoard copied to clipboard

A UI-Builder that help programmers to build the front-end without coding it.

Results 10 Flet_StoryBoard issues
Sort by recently updated
recently updated
newest added

https://github.com/SKbarbon/Flet_StoryBoard/wiki/A---Start--with-StoryBoard-file according to the url 1- Start a virtual environment. (optional) python3 -m venv venv 2- Install the library. pip install Flet_StoryBoard 3- Create your own StoryBoard file. python3 -m...

![Screenshot from 2024-03-02 18-09-55](https://github.com/SKbarbon/Flet_StoryBoard/assets/62062589/d336b12c-ca3a-4340-a24a-98a4cd6bf399)

why i haven't all widget like navigation or padding? when i use pip, it will not install latest version probabli for incompatibility with latest version of flet C:\Users\torto>pip install Flet_StoryBoard==1.4...

installation ⬇️ Python > 3.7 You can try Flet_StoryBoard on web!, just click here: fletsb on web https://skbarbon.github.io/wfletsb/

This would allow for the support of non-visible utilities like a file picker directly from flet.

tried to load it on https://flet-storyboard.github.io/wfletsb/ but it is not seems to work anymore

The following command ```python3 -m fletsb.edit``` as it is shown on docs page (A Start with StoryBoard file), does not work on Windows. Instead the following works: ```python -m Flet_StoryBoard.edit```...

The project looks cool but it does not work for me in any commands shows either in issues nor in the readme page. ![nothingworks](https://github.com/user-attachments/assets/a6f6e2e9-887a-4abd-8269-6e1e24dd14be) As you can see in command...