Skip to content

Set versions for new Flutter capabilities #2111

@DanTup

Description

@DanTup
// TODO: Fix these versions.
get supportsForceWsVmService() { return versionIsAtLeast(this.version, "1.8.0"); }
get supportsExposeUrl() { return versionIsAtLeast(this.version, "1.8.0"); }

These need fixing after the Flutter changes are merged (and updating if there are any changes in the PR) to ensure we don't try to send them to versions of Flutter that don't support them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions