Skip to content

Commit 9fc67e4

Browse files
ffigen: require Dart SDK 2.14 (#14)
1 parent 3156d7c commit 9fc67e4

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

benchmark/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Simple ObjectBox-Dart performance benchmark
33
publish_to: none
44

55
environment:
6-
sdk: ">=2.12.0 <3.0.0"
6+
sdk: ">=2.14.0 <3.0.0"
77

88
dependencies:
99
objectbox: any

flutter_libs/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://objectbox.io
55
version: 1.5.0
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=2.14.0 <3.0.0"
99
flutter: ">=2.0.0"
1010

1111
dependencies:

generator/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://objectbox.io
55
version: 1.5.0
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.14.0 <3.0.0'
99

1010
dependencies:
1111
objectbox: 1.5.0

objectbox/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## latest
22

3+
* Require at least Dart SDK 2.14 (shipped with Flutter 2.5.0).
4+
35
## 1.5.0 (2022-05-11)
6+
47
* Add `Store.runInTransactionAsync` to run database operations asynchronously in the background
58
(requires Flutter 2.8.0/Dart 2.15.0 or newer). #415
69
* Rename `Store.runIsolated` to `runAsync`, drop unused `mode` parameter, propagate errors and

objectbox/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 1.5.0
77

88
environment:
99
# minimum Dart SDK (also see generator and flutter_libs)
10-
sdk: '>=2.12.0 <3.0.0'
10+
sdk: '>=2.14.0 <3.0.0'
1111

1212
dependencies:
1313
collection: ^1.15.0

sync_flutter_libs/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://objectbox.io
55
version: 1.5.0
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=2.14.0 <3.0.0"
99
flutter: ">=2.0.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)