File tree 4 files changed +20
-4
lines changed
fluttter_example_livelist
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ dependencies:
16
16
sembast : ^3.0.0+4
17
17
shared_preferences : ^2.0.5
18
18
19
+ dependency_overrides :
20
+ # Override to local mono-repo path so devs can test this repo
21
+ # against changes that they're making to other mono-repo packages.
22
+ parse_server_sdk :
23
+ path : ../../dart
24
+
19
25
dev_dependencies :
20
26
flutter_lints : ^1.0.4
21
27
flutter_test :
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ dependencies:
15
15
16
16
cupertino_icons : ^1.0.2
17
17
18
+ dependency_overrides :
19
+ # Override to local mono-repo path so devs can test this repo
20
+ # against changes that they're making to other mono-repo packages.
21
+ parse_server_sdk :
22
+ path : ../../dart
23
+
18
24
dev_dependencies :
19
25
flutter_lints : ^1.0.4
20
26
flutter_test :
Original file line number Diff line number Diff line change 1
- ## [ 5.0.0] ( https://github.com/parse-community/Parse-SDK-Flutter/compare/flutter-4.0.0...flutter-5.0.0 ) (UNRELEASED )
1
+ ## [ 5.0.0] ( https://github.com/parse-community/Parse-SDK-Flutter/compare/flutter-4.0.0...flutter-5.0.0 ) (2023-05-14 )
2
2
3
3
### BREAKING CHANGES
4
4
5
- * The minimum required Dart SDK version is 2.18.0 ([ #867 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/867 ) )
5
+ * The minimum required Dart SDK version is 2.18.0. ([ #867 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/867 ) )
6
+ * Upgrades the dependency ` parse_server_sdk ` to ` 5.x.x ` . ([ #868 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/868 ) )
6
7
* The deprecated parameter ` vsync ` from ` AnimatedSize ` is removed. ([ #864 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/864 ) )
7
8
9
+ ### Features
10
+
11
+ * Upgrade ` parse_server_sdk ` to ` 5.x.x ` ([ #868 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/868 ) )
12
+
8
13
### Bug Fixes
9
14
10
15
* Incorrect Dart and Flutter SDKs compatibility range ([ #867 ] ( https://github.com/parse-community/Parse-SDK-Flutter/pull/867 ) )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
flutter :
11
11
sdk : flutter
12
12
13
- parse_server_sdk : ^4 .0.0
13
+ parse_server_sdk : ^5 .0.0
14
14
# Uncomment for local testing
15
15
# parse_server_sdk:
16
16
# path: ../dart
@@ -28,7 +28,6 @@ dependencies:
28
28
sembast : ^3.4.0+6
29
29
sembast_web : ^2.1.0+4
30
30
path : ^1.8.2 # required for transitive use only
31
- platform : ^3.1.0
32
31
33
32
dev_dependencies :
34
33
flutter_lints : ^2.0.1
You can’t perform that action at this time.
0 commit comments