Skip to content

Commit 8dce6fc

Browse files
authored
feat: Downgrade collection dependency to ^1.16.0 for compatibility with Flutter >=3.3 (#880)
1 parent 9ca8721 commit 8dce6fc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/dart/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.1.0](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-5.0.0...dart-5.1.0) (2023-05-14)
2+
3+
### Features
4+
5+
* Downgrade collection dependency to ^1.16.0 for compatibility with Flutter >=3.3 ([#880](https://github.com/parse-community/Parse-SDK-Flutter/pull/880))
6+
17
## [5.0.0](https://github.com/parse-community/Parse-SDK-Flutter/compare/dart-4.0.2...dart-5.0.0) (2023-05-14)
28

39
### BREAKING CHANGES

packages/dart/lib/src/base/parse_constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
part of flutter_parse_sdk;
22

33
// Library
4-
const String keySdkVersion = '5.0.0';
4+
const String keySdkVersion = '5.1.0';
55
const String keyLibraryName = 'Flutter Parse SDK';
66

77
// End Points

packages/dart/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_server_sdk
22
description: The Dart SDK for Parse Platform (https://parseplatform.org)
3-
version: 5.0.0
3+
version: 5.1.0
44
homepage: https://github.com/parse-community/Parse-SDK-Flutter
55

66
environment:
@@ -24,7 +24,7 @@ dependencies:
2424
mime_type: ^1.0.0
2525
timezone: ^0.9.1
2626
universal_io: ^2.2.0
27-
collection: ^1.17.1
27+
collection: ^1.16.0
2828

2929
dev_dependencies:
3030
lints: ^2.0.1

0 commit comments

Comments
 (0)