Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle prisma on windows #414

Open
kidusdev opened this issue Aug 14, 2024 · 1 comment
Open

How to handle prisma on windows #414

kidusdev opened this issue Aug 14, 2024 · 1 comment

Comments

@kidusdev
Copy link

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.

@medz
Copy link
Owner

medz commented Aug 14, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants