feat: add initial support for InfiniteQuery
Added new infinite query class with it's own builder widget and integration with query_bowl The `cast` method used in mutation and query are now a mixin instead of BasicOperation property
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
library fl_query;
|
||||
|
||||
export 'src/infinite_query.dart';
|
||||
export 'src/infinite_query_builder.dart';
|
||||
export 'src/query.dart';
|
||||
export 'src/query_bowl.dart';
|
||||
export 'src/query_builder.dart';
|
||||
export 'src/mutation.dart';
|
||||
export 'src/mutation_builder.dart';
|
||||
export 'src/models/infinite_query_job.dart';
|
||||
export 'src/models/query_job.dart';
|
||||
export 'src/models/mutation_job.dart';
|
||||
export 'src/utils.dart' show isShallowEqual, getVariable;
|
||||
|
||||
Reference in New Issue
Block a user