storybook_flutter icon indicating copy to clipboard operation
storybook_flutter copied to clipboard

How do I see the showcase?

Open lironzemingo opened this issue 7 months ago • 3 comments

After I add all the widgets in my code, how do I see the showcase, like in the demo?

lironzemingo avatar Dec 11 '23 15:12 lironzemingo

Hey, storybook is just a widget, so you can just run the app with storybook as a normal Flutter app.

ookami-kb avatar Dec 12 '23 11:12 ookami-kb

@ookami-kb but I want to see the showcase, on the web, like this demo (https://ookami-kb.github.io/storybook_flutter/#/). do I need to create a web app also? what am I missing?

lironzemingo avatar Dec 12 '23 11:12 lironzemingo

Yes, for that one, you need to enable web app.

ookami-kb avatar Dec 12 '23 11:12 ookami-kb