File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.2.0] ( https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-5.1.3...dart-5.2.0 ) (2023-10-09)
2
+
3
+ ### Features
4
+
5
+ * Add ` context ` in ` ParseObject ` ([ #970 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/970 ) )
6
+
1
7
## [ 5.1.3] ( https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-5.1.2...dart-5.1.3 ) (2023-07-18)
2
8
3
9
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
part of flutter_parse_sdk;
2
2
3
3
// Library
4
- const String keySdkVersion = '5.1.3 ' ;
4
+ const String keySdkVersion = '5.2.0 ' ;
5
5
const String keyLibraryName = 'Flutter Parse SDK' ;
6
6
7
7
// End Points
Original file line number Diff line number Diff line change 1
1
name : parse_server_sdk
2
2
description : The Dart SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack.
3
- version : 5.1.3
3
+ version : 5.2.0
4
4
homepage : https://parseplatform.org
5
5
repository : https://github.com/parse-community/Parse-SDK-Flutter
6
6
issue_tracker : https://github.com/parse-community/Parse-SDK-Flutter/issues
You can’t perform that action at this time.
0 commit comments