Mike T

Results 8 comments of Mike T

@HansMuller Is it a big effort proposal or we can expect it to be in the next patch (2.10.1 for example)?

@HansMuller So, in case of some urgent fixes, we can expect this issue fixed in the next patch release, right?

@HansMuller I have just submitted PR that could resolve this issue #98701

> Just for transparency, this problem is actively discussed in [flutter/flutter#95092](https://github.com/flutter/flutter/issues/95092) @incendial Are you sure that this issue is related to the current one?x

@simolus3 Could you please provide us with a short guide of how to use `drift` (prev - `moor`) using concurrency? Is it currently a built-in out-of-the-box option and is it...

Original comment mentions a temporary solution, which can be untimatively resolved by https://github.com/dart-lang/sdk/issues/50565 Original comment But the `drift` itself depends on the `sqlite3`. Even though it is not linking any...

> I'd drop the dependency on `sqlite3_flutter_libs` and just have drift use sqlcipher instead @simolus3 ~Do I have to simply remove `sqlite3_flutter_libs` or replace it with `sqlcipher_flutter_libs`?~ To use SQLCipher...

> Hopefully, the upcoming native-assets feature will fix this by giving us full control over the libraries we want to link. https://github.com/dart-lang/sdk/issues/50565 would be really a game-changer. Monitoring it now...