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
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;
Steps to Reproduce
isar
andisar_flutter_libs
versions.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;
/// 大章节
int? chapter;
/// 小章节
int? smallChapter;
ReadBookContent();
}`
List<ReadBookContent> countReadBook = readBookContent.example.where().md5EqualTo(readBookBox.md5).offset(readBookBox.readIndex! - 1).limit(10).findAllSync();
Details
The text was updated successfully, but these errors were encountered: