You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dart/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This library gives you access to the powerful Parse Server backend from your Dar
6
6
7
7
---
8
8
9
+
-[Compatibility](#compatibility)
9
10
-[Getting Started](#getting-started)
10
11
-[Early Web support](#early-web-support)
11
12
-[Objects](#objects)
@@ -35,6 +36,17 @@ This library gives you access to the powerful Parse Server backend from your Dar
35
36
36
37
---
37
38
39
+
## Compatibility
40
+
41
+
The Parse Dart SDK is continuously tested with the most recent release of the Dart framework to ensure compatibility. To give developers time to upgrade their app to the newest Dart framework, previous Dart framework releases are supported for at least 1 year after their [release date](https://dart.dev/get-dart/archive).
42
+
43
+
| Version | Latest Version | End of Support | Compatible |
Copy file name to clipboardExpand all lines: packages/flutter/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@ This library gives you access to the powerful Parse Server backend from your Flu
6
6
7
7
---
8
8
9
+
-[Compatibility](#compatibility)
9
10
-[Getting Started](#getting-started)
10
11
-[Web support](#web-support)
12
+
-[Desktop Support (macOS)](#desktop-support-macos)
11
13
-[Network client](#network-client)
12
14
-[Objects](#objects)
13
15
-[Custom Objects](#custom-objects)
@@ -37,6 +39,17 @@ This library gives you access to the powerful Parse Server backend from your Flu
37
39
38
40
---
39
41
42
+
## Compatibility
43
+
44
+
The Parse Flutter SDK is continuously tested with the most recent release of the Flutter framework to ensure compatibility. To give developers time to upgrade their app to the newest Flutter framework, previous Flutter framework releases are supported for at least 1 year after their [release date](https://docs.flutter.dev/release/archive?tab=linux). The Parse Flutter SDK depends on the Parse Dart SDK which may require a higher Dart framework version than the Flutter framework version, in which case the Flutter framework version cannot be supported even though its release date may have been less than a year ago.
0 commit comments