Skip to content

Commit

Permalink
ffigen: require Dart SDK 2.14 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Jun 1, 2022
1 parent 3156d7c commit 9fc67e4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Simple ObjectBox-Dart performance benchmark
publish_to: none

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"

dependencies:
objectbox: any
Expand Down
2 changes: 1 addition & 1 deletion flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://objectbox.io
version: 1.5.0

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://objectbox.io
version: 1.5.0

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'

dependencies:
objectbox: 1.5.0
Expand Down
3 changes: 3 additions & 0 deletions objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## latest

* Require at least Dart SDK 2.14 (shipped with Flutter 2.5.0).

## 1.5.0 (2022-05-11)

* Add `Store.runInTransactionAsync` to run database operations asynchronously in the background
(requires Flutter 2.8.0/Dart 2.15.0 or newer). #415
* Rename `Store.runIsolated` to `runAsync`, drop unused `mode` parameter, propagate errors and
Expand Down
2 changes: 1 addition & 1 deletion objectbox/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.5.0

environment:
# minimum Dart SDK (also see generator and flutter_libs)
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.14.0 <3.0.0'

dependencies:
collection: ^1.15.0
Expand Down
2 changes: 1 addition & 1 deletion sync_flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://objectbox.io
version: 1.5.0

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down

0 comments on commit 9fc67e4

Please sign in to comment.