v1.0.5 of d_rocket
The official repository for Dart and Flutter packages. [Unoffic…
June 16, 2026
Dart/Flutter data-layer framework: @Serializable codegen, @RestClient with retry, deferred LINQ, and a code-first SQLite ORM with migrations. See README for platform support. Changelog excerpt: Patch release. Adds optional, end-to-end encryption of the local SQLite database via SQLCipher. Existing callers that do not opt in are unaffected. - Encrypted database support. Db.openand Db.inMemorynow accept an optional passwordparameter that is forwarded to the underlying SQLite engine as PRAGMA keyafter open. The same parameter is exposed on SqliteQueryProvider.fileand SqliteQueryProvider.inMemoryfor advanced users. The default (password: null) preserves the 1.0.x behavi[...]
Discussion in the ATmosphere