ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
288 stars 66 forks source link

How do I see the showcase? #128

Open lironzemingo opened 10 months ago

lironzemingo commented 10 months ago

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

ookami-kb commented 10 months ago

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

lironzemingo commented 10 months ago

@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?

ookami-kb commented 10 months ago

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