Simon Binder

Results 761 comments of Simon Binder

If someone finds a proper solution for this that this pod could implement, I'd love to hear about it. As a workaround, I believe you can stop other pods from...

What does the `Drift fallback` line print? Could you also print the `result.chosenImplementation`? How are you running the app, with `flutter run` or is this a built application?

I had a similar idea a while ago: https://github.com/dart-lang/build/issues/2981. At least with the standalone `build_runner`, a problem is that each build must have a single "root" package which is treated...

Storing date times as unix timestamps is the default for backwards compatibility reasons, but for this reason (and others, like [these getters](https://drift.simonbinder.eu/api/drift/datetimeexpressions/month) potentially returning unexpected results), I recommend switching to...

> For us though, it's about the migration. Right now, our database uses `DateTimeColumn` for DateTime columns. Migrating this to `TextColumn` is cumbersome, because it means migrating both the table...

Closing this since, as discussed in the issue, users can already pass a `Uint8List`.

> and the ability to select whether or not to run the DB in a separate isolate I agree with the `logStatements` option (although that should potentially be a custom...

Yes, please share the exact tables involved in this build so that we can try this ourselves. All the sample code on the drift website has the drift builder running...

I don't think that's it, `drift_flutter` simply depends on `sqlite3_flutter_libs`. My best guess is that there's another dependency also linking sqlite3, does adding [this snippet](https://github.com/simolus3/drift/issues/1810#issuecomment-1119426006) fix anything?

@wdcs-vivekmakvana Does the Podfile snippet I've linked above also not work for you?