Closed SarukaUsagi closed 3 years ago
Thank you!
Yeah, this is some weird bug that happens for me as well for the web version. I cannot find the root cause of it yet (or any information about it at all).
And it's only there in the debug mode, when building the production version with flutter build web
, it's all good. So workaround for now could be using other platforms for development and building web version for production.
It also happens in the beta channel:
Flutter 2.1.0-12.2.pre • channel beta • https://github.com/flutter/flutter.git Framework • revision 5bedb7b1d5 (4 weeks ago) • 2021-03-17 17:06:30 -0700 Engine • revision 711ab3fda0 Tools • Dart 2.13.0 (build 2.13.0-116.0.dev)
Could this issue be caused by device_preview?
Doesn't look like it, still the same error after removing this dependency completely.
That's unfortunate! This is caused by the migration to null safety? Perhaps there's a file that is commented as excluded from null safety.
Same thing here unnfortunatly, i also tried deliting hte device_preview, but no succed too
Unfortuanately, even after looking through the current source code, I don't see any errors. The next step would be to try rerunning the migration from v0.4?
Yeah, I will go through all the changes in the near future, and will try to at least narrow down the search area.
Thank you so much for the fix!
Hello, i'm trying to upgrade to v0.5, but i get a weird exception when launching my storybook on chrome. I get the same error when i try to launch the example of this repo (packages/storybook_flutter/example) and this is the stacktrace :
I didn't have any problem lauching the v0.4.0 on the chrome device. The v0.5.0 is working perfectly on my android device (and i really like the new ControlPanel).
Thank you for all your work on the storybook and i hope you can help me to get rid of this "Undetermined Nullability" ^^