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

When will it no longer be needed?

When Dart solves any linking issues between static libraries and DFI.