ookami-kb / storybook_flutter

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

Navigation of stories is inconvenient/small in the mobile version #69

Open froseman-codex opened 2 years ago

froseman-codex commented 2 years ago

Hello. It takes a long time to scroll to the desired story. version 0.10.0

Thanks)

aleksei-b-codexoptimus commented 2 years ago

I agree with the previous message Navigating the Story in the previous version was more convenient because more Story was displayed on the screen than in the current latest version

ookami-kb commented 2 years ago

Makes sense. Let me think about how it would be better to address that, probably providing an option to use drawer, as it was in the previous version.

But keep in mind, that storybook is probably not the best to be launched on mobile – you can use a bigger screen like tablet/desktop where you can turn on the option to display the contents in the side panel. With device preview, you can still how your layout will look like on smaller screens.

aleksei-b-codexoptimus commented 2 years ago

@ookami-kb We use storybook to test our widgets by both developers and testers, so it is important for us to be able to run storybook on mobile devices.

rayliverified commented 2 years ago

Running storyboard on mobile is helpful with testing how components work with touch gestures on mobile. Would be great to have the drawer back!

ookami-kb commented 2 years ago

Yes, that makes sense. Most probably, it should be done with a plugin. I'll try to come up with something in the near future.