PackageTrack
Sign in Get early access

autosqflite

An automatic SQLite database helper for Dart/Flutter that handles table creation and schema updates automatically.

1.2.1 keesplugandpay/autosqflite

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Too new to tell

only 1 release windows

Most releases are documented

notes for 3 of 4 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

4 releases · first in 2024

0 releases in the last 12 months

see the full history below

Release timeline

4 releases · Nov 2024 to Nov 2024
2025 2026
Release Pre-release

Releases

latest 4
  1. 1.2.1 22 Nov 2024
    Release notes

    Added

    • Added support for nested objects in database operations
      • Automatic creation of related tables
      • Foreign key relationships
      • Cascading DateTime handling in nested structures
    Open source →
  2. 1.1.1 19 Nov 2024

    Nothing published for this version

  3. 1.1.0 19 Nov 2024
    Release notes

    Added

    • Database encryption support using SQLCipher
    • Password protection for databases
    • Documentation for encryption features

    Changed

    • Switched from sqflite to sqflite_sqlcipher for encryption support
    Open source →
  4. 1.0.0 19 Nov 2024
    Release notes

    Initial release of AutoSqfLite with the following features:

    Added

    • Automatic table creation from Dart objects
    • Dynamic schema updates for new fields
    • Automatic type mapping between Dart and SQLite
    • Basic CRUD operations (Create, Read, Update, Delete)
    • Support for common data types:
      • Integer
      • Double
      • String
      • Boolean
      • DateTime
    • Null-safe implementation
    • Automatic table existence checking
    • Automatic column addition for schema updates

    Supported Operations

    • insert: Add new records
    • getAll: Retrieve all records from a table
    • get: Retrieve a single record by ID
    • update: Update existing records
    • delete: Remove records by ID

    Developer Notes

    • First stable release
    • Full test coverage
    • Example Todo application included
    • Documentation and README completed
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive