Flutter's Sentry plugin?

Hi,

Do you know if Sentry intends to create a Flutter plugin? There is a package created by Flutter team, but as a pure Dart library, it can only capture Dart error but not crashes which are happened at the native level. For example, in my project, we many native codes (written in Kotlin/Swift) which interact with some third-party SDKs. If there are some crashes caused by these code, the Flutter’s package cannot capture those. A (native) Flutter plugin is much better fit for this job.

Thanks in advance,

Manh Ha