Closed konradkevin closed 5 years ago
Could you give me a full ZIP example?
Surely, here it is project.zip
Hey it seems like you didn't upload anything by accident!
Going to close due to inactivity.
Hello @Cretezy, I have encountered this issue as well while I was developing a web app with Flutter Web. The fix is to remove the external
keyword on lines shown in the error above.
I have the same question
As @LiewJunTung said, you must manually remove all the 'external' keyword from the 2 files listed in the error message
packages/redux_persist/src/serialization.dart:6:22 packages/redux_persist/src/serialization.dart:8:14
packages/redux_persist/src/storage.dart:8:25 packages/redux_persist/src/storage.dart:11:30
This is just a temporary solution but hope this helps
thank you
dart: 2.3.0 redux_persist: ^0.8.2 redux_persist_web: ^0.8.2
I got this error when trying to compile for web using
webdev build
though it compiles successfuly when building with the --no-release optionwebdev build --no-release
.Here is the build.yaml file:
Here is the complete error:
I hope you could give me a hand with that!