sqlite_flutter_pcl 0.0.35 copy "sqlite_flutter_pcl: ^0.0.35" to clipboard
sqlite_flutter_pcl: ^0.0.35 copied to clipboard

is a Flutter library that simplifies SQLite database management in your applications. It provides a clean and intuitive API for creating, reading, updating, and deleting database records, making it ea [...]

0.0.35 #

  • Added ISQLiteItem @override String toJoinString() { return '${title ?? ""}|${value ?? ""}'; }

0.0.34 #

  • Removed SQLiteConnection.formatDateWithSeconds(Date? date)

0.0.33 #

  • Added SQLiteConnection.formatDateWithSeconds(Date? date)
  • Output: Dec-12-2024-10:38:35 AM
  • Can be used to compare the date_updated between the server's date_updated and the local date_updated to detect any changes that have been pushed.

0.0.32 #

  • fixed toListWhereValuesAre() return empty

0.0.31 #

  • Readme updated.

0.0.30 #

  • Reversed the changelog order.

0.0.29 #

  • Added toListWhereValuesAre()
  • Added getBatch()

0.0.28 #

  • Added getFirstItem()

0.0.27 #

  • InsertAll fixed

0.0.26 #

  • InsertAll updated

0.0.25 #

  • Added doc

0.0.24 #

  • Added toListWhere

0.0.23 #

  • Added backup and paginate

0.0.22 #

  • Added wereSingle. for single query

0.0.14 #

  • Added some documentation code.

0.0.9 #

  • Added multiple items.

0.0.1 #

  • Release sample.
4
likes
0
points
169
downloads

Publisher

unverified uploader

Weekly Downloads

is a Flutter library that simplifies SQLite database management in your applications. It provides a clean and intuitive API for creating, reading, updating, and deleting database records, making it easy to work with structured data. With support for data modeling, pagination, and backup functionality, this library enhances your app's data persistence capabilities, allowing developers to focus on building rich user experiences without worrying about underlying database complexities.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, path, path_provider, sqflite, sqflite_common_ffi

More

Packages that depend on sqlite_flutter_pcl