EPNW / opus_flutter

Repository for the federal organized opus_flutter plugin, which is needed to easily obtain a DynamicLibrary of opus for the use in opus_dart on flutter platforms.
https://pub.dev/packages/opus_flutter
10 stars 13 forks source link

Fix Android and iOS plugin registration #8

Open EP-u-NW opened 3 years ago

EP-u-NW commented 3 years ago

While plugin registration using dartPluginClass is by now possible on many platforms, it is not for Android nor iOS. This is tracked in flutter/flutter#52267, and once it is resolved, we can remove the native Android and iOS classes to also use a dartPluginClass there.