ookami-kb / storybook_flutter

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

feat: allow addKnob to be called from outside #130

Closed buehler closed 9 months ago

buehler commented 10 months ago

This makes the function addKnob public and therefore allows people to create custom knobs without having to merge them into the base package.

buehler commented 10 months ago

Hey @ookami-kb

Would you mind to review this, such that my second PR (#131) can be rebased / merged as well 😊

This would be a very nice addition, inspired by features of the web-based storybook.

buehler commented 9 months ago

Hey @ookami-kb Just saw the error. I did not change anything there, what do you think I can do to fix the test?

ookami-kb commented 9 months ago

Yeah, I think it's not related to your PR, I'll take a look.

ookami-kb commented 9 months ago

Hey @buehler can you please merge your PR with the latest master?