Honza Bittner

Results 125 comments of Honza Bittner

Aha, very cool! I didnt find this. So rn we can easily uses this in component, but in content we cannot, right? There is only page and pageconfig, not other...

@simolus3 your tip worked, but now I have issues with overriding `libsqlite3.so` to `libsqlcipher.so` using ``` await applyWorkaroundToOpenSqlCipherOnOldAndroidVersions(); sqlite.open.overrideFor(sqlite.OperatingSystem.android, openCipherOnAndroid); ``` works in main isolate probably (i have created temporary...

Works. Thank you very much for the superb support! 🥇

Here is a possible breakdown of implementation phases, to give an idea how this feature could be developed incrementally: **Phase 1 — Basic asset copying** - Scan content directories for...