ookami-kb / storybook_flutter

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

feat: allow addKnob to be called from outside #130

Closed buehler closed 6 months ago

buehler commented 7 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 7 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 7 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 7 months ago

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

ookami-kb commented 6 months ago

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