-
-
Notifications
You must be signed in to change notification settings - Fork 214
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server and the Parse Flutter SDK.
Issue Description
When I built my app, I got an error: parse_server_sdk_flutter-4.0.0/lib/src/utils/parse_live_list.dart(276,9): error GC6690633: No named parameter with the name 'vsync'.
Steps to reproduce
Building Windows app.
Actual Outcome
The build fails with the error No named parameter with the name 'vsync'.
Expected Outcome
The build was successful.
Environment
Parse Flutter SDK
- SDK version:
4.0.0 - Operating system version:
Windows 11 Build 22621.1413
Server
- Parse Server version:
6.0.0
Logs
parse_server_sdk_flutter-4.0.0/lib/src/utils/parse_live_list.dart(276,9): error GC6690633: No named parameter with the name 'vsync'.
Additional content
My Flutter version is Channel flutter-3.9-candidate.15, 3.9.0-15.0.pre, in this version, vsync parameter seems to be removed, I can manually delete the property specification of vsync in the downloaded SDK to fix this problem. This means that the solution to this problem can be as simple as removing a few lines of code from the SDK.
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed