orm_flutter_android 0.0.2
SDKflutter
Platformandroid
Dynamic library implementation library for Prisma Dart and Flutter integration on Android platform.
Prisma Query Engine Bridge
This is a bridge for the Prisma C-ABI query engine static library written by C.
Why do we need it? There is a problem with loading static libraries with the Flutter plugin, and it is very likely that symbols cannot be found. Therefore, adding bridges to generate dynamic libraries can solve this problem.
Prisma Issues deps Dart issues
Dart issues
- [dart-lang/native#934#issuecomment-1894151501] - Using dart:ffi with a xcframework containing static binaries (iOS)
- [dart-lang/sdk#49418] - Explore using FfiNative for static linking
When will it no longer be needed?
When Dart solves any linking issues between static libraries and DFI.