ookami-kb / storybook_flutter

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

Question. How do you do the panel like in the demo? #96

Closed rirjkl19 closed 1 year ago

rirjkl19 commented 1 year ago

I have used the package and it works great. But I can't find an example on how you did your demo layout. Its kinda hard to navigate the current layout (all plugins, knobs and navigations are below instead of side panels).

I'm assuming its the Iterable<Plugins> but I can't find any explanation on the code or in any docs. Thank you!

rirjkl19 commented 1 year ago

Did some digging to the package. For those of you that have the same question here is the solution.

plugins: initializePlugins(
    contentsSidePanel: true,
),

Will be closing the issue.