Skip to content

Flet StoryBoard v1.4

Latest
Compare
Choose a tag to compare
@SKbarbon SKbarbon released this 17 May 17:28
· 9 commits to main since this release

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 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:
pip install Flet_StoryBoard --upgrade