ookami-kb / storybook_flutter

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

Option to remove LayoutPlugin #124

Open paulopicasso opened 11 months ago

paulopicasso commented 11 months ago

Maybe I'm missing something but is there an option to remove the layout plugin? We're developing a purely mobile app and don't even support landscape mode, so the button is useless to us, but accidentally tapping it twice really screws up the layout.

ookami-kb commented 11 months ago

Hey, yep, I don't think it's possible at the moment. I will take a look into it.

paulopicasso commented 11 months ago

Thanks!

bkkoluch commented 3 months ago

I agree, imo all plugins should be optional - the same for LoggingPlugin in 0.14.1