You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 all table classes exist.
╷
44 │ class OthersDao extends DatabaseAccessor<AppDatabase> with _$OthersDaoMixin {
│ ^^^^^^^^^
╵
I have 315 tables in my database 😬. Yes in single database
It's taking infinite time 🥵 to build but not able to generate database.g.dart and dao.g.dart files.
Even it's print Out of Memory
Please anyone help me here how to deal with it. Is there any other way to deal with that kind of database?
Output of
flutter doctor -v
This below logs from build_runner command
dart run build_runner build -v
The text was updated successfully, but these errors were encountered: