ookami-kb / storybook_flutter

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

Hot reload? #1

Closed Maxim-Filimonov closed 4 years ago

Maxim-Filimonov commented 4 years ago

Do you support hot reload? It seems when I add a new story it only loads it after hot restart.

ookami-kb commented 4 years ago

Yeah, I think it has something to do with the hacks around routing I was making to support direct links to the stories in web. I'll take a look if there's some way to fix it.