@@ -2,19 +2,6 @@ ObjectBox for Dart/Flutter
22==========================
33ObjectBox for Dart is a standalone database storing Dart objects locally, with strong ACID semantics.
44
5- Flutter/Dart compatibility
6- --------------------------
7- Starting with Flutter 1.20, additional changes were required, starting from objectbox-dart v0.7.0.
8- To make sure your Flutter application works after update to Flutter 1.20, add ` objectbox_flutter_libs: ^0.9.0 `
9- as an additional dependency, in addition to ` objectbox ` .
10-
11- This library depends on a new Dart feature, FFI, introduced in Dart 2.5 (Flutter 1.9) as a feature preview.
12- However, it has changed significantly in Dart 2.6/Flutter 1.12, i.e. introduced breaking changes we had to reflect.
13- Versions between ObjectBox v0.5 up to v0.6.x support Dart 2.6+ as well as Flutter 1.12+ and Flutter 1.17+.
14-
15- The last supported version for Flutter 1.9/Dart 2.5 is ObjectBox 0.4.* , so if you can't upgrade yet, please use the
16- latest 0.4.x version instead.
17-
185Installation
196------------
207Add the following dependencies to your ` pubspec.yaml ` :
@@ -223,6 +210,23 @@ See also
223210* [Changelog](CHANGELOG.md)
224211* [Contribution guidelines](CONTRIBUTING.md)
225212
213+ Flutter/Dart compatibility
214+ --------------------------
215+ We aim to make ObjectBox compatible with the following Dart/Flutter versions (lower bounds may change in the future) :
216+ * Flutter 1.12+ up to the latest stable release
217+ * Dart 2.6.0+ up to the latest stable release
218+
219+ Starting with Flutter 1.20, additional changes were required, starting from objectbox-dart v0.7.0.
220+ To make sure your Flutter application works after update to Flutter 1.20, add `objectbox_flutter_libs : ^0.9.0`
221+ as an additional dependency, in addition to `objectbox`.
222+
223+ This library depends on a new Dart feature, FFI, introduced in Dart 2.5 (Flutter 1.9) as a feature preview.
224+ However, it has changed significantly in Dart 2.6/Flutter 1.12, i.e. introduced breaking changes we had to reflect.
225+ Versions between ObjectBox v0.5 up to v0.6.x support Dart 2.6+ as well as Flutter 1.12+ and Flutter 1.17+.
226+
227+ The last supported version for Flutter 1.9/Dart 2.5 is ObjectBox 0.4.*, so if you can't upgrade yet, please use the
228+ latest 0.4.x version instead.
229+
226230License
227231-------
228232 Copyright 2020 ObjectBox Ltd. All rights reserved.
0 commit comments