Closed
Description
I've been putting together a package using FFI developed on linux X64 with the target machine being linux on arm architectures, all going very well until I upgraded the arm board to Dart 2.6.0-dev8.2, I'm now getting :-
'import of ffi is not supported in the current dart runtime'
when I run my Dart app. It works OK on my X64 dev machine, am I missing something?