Open kidusdev opened 3 months ago
@kidusdev Flutter integration currently only supports iOS/Android. For Windows I recommend you copy the Prisma binary engine into your project as a submodule. This may involve some native integration.
I am currently busy with job interviews and developing projects for clients. I am sorry that I don’t have time to continue to enhance Flutter integration to support more platforms.
ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Unsupported operation: Unknown platform: windows
this occurs when we run orm_flutter on windows but it works if we only use orm package, so what are the better options to work on both platforms with and without orm_flutter.