We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fixed a bug in SQLiteDatabase#query(). (Fixes #4)
Bumped dependencies.
Updated the changelog.
Fixed style nits with `flutter format`.
Fixed several type errors due to dynamically-typed futures: type 'Future<dynamic>' is not a subtype of type 'Future<int>'
Added a default value for bindings arguments.
Bumped dependencies to get android_database.Cursor#iterator.
Fixed the return type of SQLiteCursor#getBlob().