ookami-kb / storybook_flutter

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

Add supportedLocales #51

Closed PrateekSharma1712 closed 2 years ago

PrateekSharma1712 commented 3 years ago

Hi @ookami-kb,

I am using this library and would like to create a Pull request to add supportedLocales to the Storybook widget.

ookami-kb commented 3 years ago

Hi, sounds good.

But please wait for some time, I'm currently working on a new version that will bring some breaking changes.

ookami-kb commented 2 years ago

In the new version, the storybook doesn't use MaterialApp for its own interface, so you can just provide your own instance of MaterialApp with all the needed parameters as a wrapper.