ookami-kb / storybook_flutter

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

feat: Add timeDilation, RTL and branding features #109

Closed Kypsis closed 11 months ago

Kypsis commented 1 year ago

Added timeDilation plugin to more easily debug animations and LTR<>RTL plugin to switch between RTL and LTR more easily. Also added a widget slot for plugin panel for branding. These are basically extra features we found useful in our fork to better exhibit our design system. Might be useful for the community or might not. Thought it prudent to at least share 🙂

ookami-kb commented 1 year ago

Hey, thank you, these additions definitely look useful!

I'll take a close look at the code asap, can you please fix the build errors in the meantime?

Kypsis commented 1 year ago

Ok analyzer and test suite are happy now.

Kypsis commented 1 year ago

Not sure why the goldens fail on GH Actions side, show 43 passed locally. Maybe this bug: https://github.com/flutter/flutter/issues/56383 ?