sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 123 forks source link

Is this understanding correct? #294

Closed SinkinZhu closed 1 year ago

SinkinZhu commented 1 year ago

Dear Sir

Flutter Plugins that support Linux platforms from https://pub.dev/ can run normally on flutter-elinux. Is this understanding correct? Thanks!

HidenoriMatsubayashi commented 1 year ago

Basically, I would say No. But it depends on a plugin. Plugin interfaces and platform specific implementations are different for each platform. Plugins implemented only by Dart code can be used for all platforms.