Flet_StoryBoard now on the version 1.4!
Whats new ?
- The importing name has been changed!, now its more simple to import, for example:
from fletsb import *
# instead of `from Flet_StoryBoard import *`
- Columns now supported!.
- You can now change the
view
of the storyboard into aflet
supported view, for example you can do nowview=flet.WEB_BROWSER
to make the StoryBoard app open on the browser!!.
How to upgrade ?
- Just run this command:
pip install Flet_StoryBoard --upgrade