Simon Binder
Simon Binder
Thanks for the report! Could you also share how you're opening the databases for completeness? Would you prefer to use single background isolate for all database instances?
I like this idea and I've started implementing it, but I've realized halfway through that it doesn't work too well. One thing we deliberately accept for custom row classes is...
I still agree that `UsersCompanion.from` would be useful, but I'm afraid generating it unconditionally may be a breaking change due to code breaking for incomplete row classes (even though that's...
This is an artifact of how drift interacts with `build_runner`. The short answer is that I think `framework_customer` needs to depend on `drift_dev`. The reason this is a requirement is...
> This is error-prone - it’s easy to miss something That's what the tests are there for :) In my experience, it's very hard to do an accurate and meaningful...