Skip to content

No named parameter with the name 'vsync'. #861

@xfqwdsj

Description

@xfqwdsj

New Issue Checklist

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

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions