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