-
-
Notifications
You must be signed in to change notification settings - Fork 206
feat: Add support for Flutter 3.13
, 3.16
, 3.19
; remove support for Flutter 3.3
, 3.7
#994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
9419d13
3d29539
cfdc452
caa455f
fe26631
8baae4a
3da60a6
e2392b8
42e4fd7
e0c6f0b
9ab3d6f
6af1baa
12298d4
cc843e6
566bf03
3df14b8
f0d46f2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: parse_server_sdk_flutter | ||
description: The Flutter SDK to connect to Parse Server. Build your apps faster with Parse Platform, the complete application stack. | ||
version: 7.0.1 | ||
version: 8.0.0 | ||
homepage: https://parseplatform.org | ||
repository: https://github.com/parse-community/Parse-SDK-Flutter | ||
issue_tracker: https://github.com/parse-community/Parse-SDK-Flutter/issues | ||
|
@@ -18,14 +18,14 @@ topics: | |
- backend | ||
|
||
environment: | ||
sdk: ">=2.19.6 <4.0.0" | ||
flutter: ">=3.3.10" | ||
sdk: ">=3.0.6 <4.0.0" | ||
flutter: ">=3.10.6" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
|
||
parse_server_sdk: ^5.1.3 | ||
parse_server_sdk: ^6.4.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we merge #993 first and then set this to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes ,this is a better method. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you can upgrade now and then let's see if the CI passes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Due to the conflicts in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the procedure to go forward? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have to wait until July 2024 to upgrade. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it will cause any problem and you can merge this PR |
||
# Uncomment for local testing | ||
#parse_server_sdk: | ||
# path: ../dart | ||
|
@@ -35,21 +35,21 @@ dependencies: | |
|
||
#Database | ||
shared_preferences: ^2.2.2 | ||
sembast: ^3.4.9 | ||
sembast_web: ^2.1.3 | ||
sembast: ^3.6.0 | ||
sembast_web: ^2.2.0 | ||
|
||
# Utils | ||
path_provider: ^2.1.1 | ||
path_provider: ^2.1.2 | ||
package_info_plus: ^4.2.0 | ||
path: ^1.8.2 | ||
path: ^1.8.3 | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
|
||
flutter_lints: ^2.0.3 | ||
path_provider_platform_interface: ^2.1.1 | ||
plugin_platform_interface: ^2.1.6 | ||
flutter_lints: ^3.0.1 | ||
path_provider_platform_interface: ^2.1.2 | ||
plugin_platform_interface: ^2.1.8 | ||
|
||
screenshots: | ||
- description: Parse Platform logo. | ||
|
Uh oh!
There was an error while loading. Please reload this page.