ookami-kb / storybook_flutter

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

Fix Unresolved nullability #32

Closed ookami-kb closed 3 years ago

ookami-kb commented 3 years ago

Fixes #31

Looks like the problem was caused by this bug: https://github.com/dart-lang/sdk/issues/45870 affecting dfunc package. The corresponding issue is closed, but since there's only one usage of dfunc library and it can be easily updated, I've removed dependency on it for now, until the bug fix is in production.