liaoxuewei
liaoxuewei
> It'd be great to support macos & windows. Yeah, I think so. This will take flutter to the next level.
注:最新发布的版本
I finally took a compromise and now I'm working well with generator: **1. Define an auxiliary entity:** @Entity(tableName: "CountVO") class CountVO { @PrimaryKey(autoGenerate: true) int cnt; CountVO({required this.cnt}); } **2....
To add: an auxiliary table CountVO is created, too.
哪里有IP Address Tools – Quick Links。。。
I had fix compile B0 error, but can't generate so file, how to fix it? NDK r18b? I just found NDK r16b?
I could not generate any file, because there ware some errors in generating the file. E:\Opensource\QtCipherSqlitePlugin\build-sqlitecipher-Android_for_armeabi_v7a_GCC_4_9_Qt_5_10_1_for_Android_armv7-Release\.obj\regexp.obj: -1: error: file not recognized: File format not recognized collect2.exe: -1: error: error: ld...
It worked fine now, there are some thing wrong. But i don't why, thinks!
I can compile under MACOS, but I can't use it. There is an exception when I do database operation.
What environment setup should be check?