medz / prisma-dart

Prisma Client Dart is an auto-generated type-safe ORM. It uses Prisma Engine as the data access layer and is as consistent as possible with the Prisma Client JS/TS APIs.
https://prisma.pub
BSD 3-Clause "New" or "Revised" License
436 stars 29 forks source link

Flutter Integration Example app throwing build error #385

Closed kidusdev closed 3 weeks ago

kidusdev commented 3 weeks ago

`bash FAILURE: Build failed with an exception.

BUILD FAILED in 20s Error: Gradle task assembleDebug failed with exit code 1

Exited (1).

`

medz commented 3 weeks ago

@kidusdev https://github.com/medz/prisma-dart/blob/main/packages/orm_flutter/android/CMakeLists.txt#L6

It looks like the code is not being executed. Probably needs further investigation, but I don't have a Windows PC.

medz commented 3 weeks ago

@kidusdev Fixed package orm_flutter in v0.0.6 version

kidusdev commented 3 weeks ago

I will try it and give you feedback ... thanks for the fast response and fix @medz