Moshe Dicker

Results 208 comments of Moshe Dicker

Can you resolve this error and try again: ``` [WARNING] drift_dev on lib/data/local/daos/others_dao.dart: line 44, column 7 of package:botree_sfa/data/local/daos/others_dao.dart: Could not read tables from @DriftAccessor annotation! Please make sure that...

Smart idea. I'll keep that in mind for V3

Works for me. What's the output of `dart pub deps` I think the versions are messed up

> was this due to concerns about == on the Dart value? This is a good point, I never considered this...

I'm having trouble reproducing this. Create a new file named `db.dart` and see if this still happens db.dart ```dart import 'package:drift/drift.dart'; part 'db.g.dart'; enum RelationType { oneToOne, oneToMany, manyToOne, manyToMany,...

@simolus3 > was this due to concerns about == on the Dart value? Not a concern

Moving some parts of the operation to Rust could help us with this. Native Assets is a new experimental dart feature which would allow us to do this without depending...