There is a link error with flutter in Ubuntu 23.10 and the current nightly build of 24.04 for the sqlcipher_flutter_libs. I am running the flutter snap on the stable channel. I have installed dependencies which work in 23.04. It seems that there is a change in the libraries themselves whic...
I had to fiddle around with a couple of other dependencies as well. I also used a cmake set statement over option in the course of my troubleshooting. Also I had to override the sqlcipher_flutter_libs dependency as I was using it for encrypted database, but it is running now! I know ...
-libraryjars libs/sqlcipher.jar 然后是: -keep class net.sqlcipher.** { *; } -keep class net.sqlcipher.database.** { *; } 赞0收藏0评论0 分享 EN 我可以通过在proguard规则中添加以下代码行来解决这个问题: -libraryjars libs/sqlcipher.jar 然后是: -keep class net.sqlcipher.** ...广告关闭...
My Dart & Flutter versions: Dart SDK 3.3.4 Flutter SDK 3.19.6 In pubspec.yaml: sdk: ">=3.0.0" 🎉10sisithahSenid, hemangsk, nshafer, amrLLSE, berkaayildiz, Aksoyhlc, WangweitaoTT, aymen2709, abiudrn, and MostafaAbdElFatah reacted with hooray emoji🚀1harshit-nutanix reacted with...