sqflite_ext 1.0.0 copy "sqflite_ext: ^1.0.0" to clipboard
sqflite_ext: ^1.0.0 copied to clipboard

Useful utilities to augment sqflite.

Pub CI

sqflite_ext #

Useful utilities to augment sqflite. Designed to be unobtrusive helpers, so still access sqflite directly (not a wrapper).

Features #

Usage #

import 'package:sqflite_ext/sqflite_ext.dart';

boolToInt(true);
// => 1

boolToIntOrNull(null);
// => null

intToBool(1);
// => true

intToBoolOrNull(null);
// => null

0
likes
0
pub points
22%
popularity

Publisher

unverified uploader

Useful utilities to augment sqflite.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sqflite_ext