Skip to content

Commit fc0a9b7

Browse files
author
Ivan Dlugos
committed
readme - add flutter v1.20 compatibility info
1 parent 3bb075e commit fc0a9b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ObjectBox for Dart is a standalone database storing Dart objects locally, with s
44

55
Flutter/Dart compatibility
66
--------------------------
7+
8+
> :warning: **Flutter v1.20 iOS support currently broken**: You won't be able to compile the app or run on simulator
9+
> with the latest flutter yet. Please consider delaying the flutter upgrade for a couple of days until objectbox-dart v0.7.0
10+
> is released with the necessary integration changes. You won't need to change your code, changes are only in the
11+
> tooling & plugin integration. If you're interested in more dev-related details, you can follow issue #112.
12+
713
This library depends on a new Dart feature, FFI, introduced in Dart 2.5 (Flutter 1.9) as a feature preview.
814
However, it has changed significantly in Dart 2.6/Flutter 1.12, i.e. introduced breaking changes we had to reflect.
915
Versions starting with ObjectBox 0.5 support Dart 2.6+ as well as Flutter 1.12+.

0 commit comments

Comments
 (0)