I have been getting the Following: #363
Unanswered
moohamedsalman93
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i tried to run the code i'm getting this error:
Error: The non-abstract class 'RustWire' is missing implementations for these members:
Try to either
class RustWire implements FlutterRustBridgeWireBase {
^^^^^^^^
/C:/Users/J.A.R.V.I.S/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_rust_bridge-1.54.1/lib/src/ffi/stub.dart:33:8: Context: 'FlutterRustBridgeWireBase.drop_dart_object' is defined here.
void drop_dart_object(int ptr) {
^^^^^^^^^^^^^^^^
/C:/Users/J.A.R.V.I.S/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_rust_bridge-1.54.1/lib/src/ffi/stub.dart:28:10: Context: 'FlutterRustBridgeWireBase.get_dart_object' is defined here.
Object get_dart_object(int ptr) {
^^^^^^^^^^^^^^^
/C:/Users/J.A.R.V.I.S/AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_rust_bridge-1.54.1/lib/src/ffi/stub.dart:38:7: Context: 'FlutterRustBridgeWireBase.new_dart_opaque' is defined here.
int new_dart_opaque(Object obj) {
^^^^^^^^^^^^^^^
image is here:
Beta Was this translation helpful? Give feedback.
All reactions