KRTirtho / metadata_god

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

Open mikwee opened 1 year ago

mikwee commented 1 year ago

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.

Why is that? Thank you.

KRTirtho commented 1 year ago

Should be fixed in the v0.3.2

mikwee commented 1 year ago

Thank you, I'll try