Audio file Metadata reading and writing library for Flutter
MIT License
23
stars
12
forks
source link
error G21C97077: The non-abstract class 'RustWire' is missing implementations for these members: [D:\quicktag\build\windows\flutter\flutter_assemble.vcxproj] #6
When I try to run my app with this package, I get this error:
/C:/Users/mikwee/flutter/.pub-cache/hosted/pub.dartlang.org/metadata_god-0.3.1/lib/src/bridge_generated.dart(360,7): error G21C97077: The non-abstract class 'RustWire' is missing implementations for these members: [D:\quicktag\build\windows\flutter\flutter_assemble.vcxproj]
Building Windows application...
Exception: Build process failed.
When I try to run my app with this package, I get this error:
Why is that? Thank you.