Last updated:
0 purchases
kt isar
Kt Isar #
A litte extension to convert to immutable objects from kt_dart
Features #
KtQuery
Future<KtList> findAllKt()
KtList findAllKtSync()
Future<KtList<KtMap<String, dynamic>>> exportJsonKt()
KtList<KtMap<String, dynamic>> exportJsonKtSync()
copied to clipboard
KtIsarCollection
Future<KtList> getAllKt(KtList<int>)
KtList getAllKtSync(KtList<int>)
Future<KtList<int>> putAllKt(KtList,...)
KtList<int> putAllKtSync(KtList,...)
Future<int> deleteAllKt(KtList<int>)
int deleteAllKtSync(KtList<int>)
Future<void> importJsonKt(KtList<KtMap>,...)
void importJsonSyncKt(KtList<KtMap>,...)
copied to clipboard
KtQueryExecute
Future<KtList> findAllKt()
KtList findAllKtSync()
Stream<KtList> watchKt({...})
Future<KtList<KtMap<String, dynamic>>> exportJsonKt()
copied to clipboard
Getting started #
Install isar
Install kt_isar
flutter pub get kt_isar
copied to clipboard
Usage #
Import either kt_isar.dart or kt_isar_ext.dart only for extensions.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.