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
{{ message }}
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Build runner ran successfully, but I get the following error on queries:
The method 'offset' isn't defined for the type 'QueryBuilder'. (Documentation) Try correcting the name to the name of an existing method, or defining a method named 'offset'.
`@collection
class ReadBookContent {
int? id;
/// md5
String? md5;