Cant Compile #433
-
when i do flutter build linux it gives me following error ERROR: ../../../../test/.pub-cache/hosted/pub.dev/flutter_blurhash-0.7.0/lib/src/blurhash_widget.dart:218:42: Error: Type 'DecoderCallback' not found. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Have you tried running |
Beta Was this translation helpful? Give feedback.
-
the issue is that flutter_blurhash-0.7.0/ uses a type that doesnt exist in the latest flutter version wich is why u need to go to an older version |
Beta Was this translation helpful? Give feedback.
-
I have created a pull request on the dependency breaking the builds: fluttercommunity/flutter_blurhash#58 Will override our pubspec to use my fork for the time being. |
Beta Was this translation helpful? Give feedback.
-
This discussion can be closed, Kaiteki compiles as intended again. |
Beta Was this translation helpful? Give feedback.
This discussion can be closed, Kaiteki compiles as intended again.