Skip to content

Commit

Permalink
[sqflite] 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 27, 2022
1 parent 2561ddb commit c7f6bc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions sqflite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## 2.2.0-dev.3
## 2.2.0

* Implements `Database.queryCursor()` and `Database.rawQueryCursor()`
* dependency update
* Dependency update
* Initial support of cross isolate safe
* Transaction v2 update

## 2.1.0+1

Expand Down
8 changes: 4 additions & 4 deletions sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite
issue_tracker: https://github.com/tekartik/sqflite/issues
description: Flutter plugin for SQLite, a self-contained, high-reliability,
embedded, SQL database engine.
version: 2.2.0-dev.3
version: 2.2.0
funding:
- https://github.com/sponsors/alextekartik

environment:
sdk: '>=2.18.0-0 <3.0.0'
flutter: ">=3.3.0-0"
sdk: '>=2.18.0 <3.0.0'
flutter: ">=3.3.0"

flutter:
plugin:
Expand All @@ -25,7 +25,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
sqflite_common: '>=2.4.0-dev.6 <4.0.0'
sqflite_common: '>=2.4.0 <4.0.0'
path: '>=1.8.0 <3.0.0'

dev_dependencies:
Expand Down

0 comments on commit c7f6bc6

Please sign in to comment.