idb_sqflite 0.3.1+1
idb_sqflite: ^0.3.1+1 copied to clipboard
IndexedDB API on top of sqflite for Flutter (Desktop and Mobile) and DartVM io applications
0.3.1+1 #
- Supports
ObjectStore.getAll/getAllKeys
andIndex.getAll/getAllKeys
- Bump idb_shim dependency to 1.12.1+1
0.3.0+1 #
- No longer depends on flutter, sqflite must be explicitly added as a dependency.
- Add support for
DateTime
andUint8List
0.2.0 #
- deprecate idbFactorySqflite to allow non-flutter support in the future
0.1.0+6 #
- Initial revision