Rody Davis

Results 418 comments of Rody Davis

Running the code above does yield `3.43.2` as the version. I am running on stand alone Dart with a M3 Mac. Also it has the flag in the list: ```...

Is there a way to force a rebuild of the native assets? I tried with `flutter clean` thinking that would help with no avail

This is weird, because the version for my system is even different than that: ``` 3.49.0 2025-02-06 11:55:18 4a7dd425dc2a0e5082a9049c9b4a9d4f199a71583d014c24b4cfe276c5a77cde (64-bit) ``` This is my Dart and Flutter version: ``` Flutter...

Wow! I also is installed SQLite via homebrew since the one with macOS does not load extensions. But I have to usually override it when loading in Dart. And I...

Also on the SQLite session extension I am proposing it is enabled by default for sqlite3.dart It already is enabled for default WASM official SQLite build and Node.js official SQLite...

Here is the Session PR. Would love some help on the WASM side, the FFI side is working great for me! https://github.com/simolus3/sqlite3.dart/pull/300

Awesome! The latest changes should be pretty stable

Also would be nice to include the signals_hooks signals too!

Does that come from the extension or the signals_lint?