We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4648113 commit 72cfaa0Copy full SHA for 72cfaa0
objectbox/CHANGELOG.md
@@ -1,5 +1,6 @@
1
## latest
2
3
+* Require at least Dart SDK 2.17 (shipped with Flutter 3.0.0).
4
5
## 1.7.2 (2023-01-31)
6
objectbox/pubspec.yaml
@@ -7,7 +7,7 @@ version: 1.7.2
7
8
environment:
9
# minimum Dart SDK (also see generator and flutter_libs)
10
- sdk: '>=2.14.0 <3.0.0'
+ sdk: '>=2.17.0 <3.0.0'
11
12
dependencies:
13
collection: ^1.15.0
0 commit comments