flutter-pi
flutter-pi copied to clipboard
MissingPluginException (making custom native code)
I was adding some native code to mount and list files from a USB drive. I was following the docs: Add a Linux platform-specific implementation
But unfortinaly when ran it says: No implementation found for method getUSBFiles
here you mentioned this but is this still a thing, and can I write native code?
Running the same code under ubuntu via wsl works fine.