Skip to content

Parameter physicalConstraint not found in ViewConfiguration during run lib #34

@FrancoisJ

Description

@FrancoisJ

physicalConstraints:

I have error during build because ViewConfiguration has not property physicalConstraint. And indeed this parameters not exist. I successful run lib by changing code like that :

        configuration: ViewConfiguration(
          size: logicalSize * flutterView.devicePixelRatio,
          devicePixelRatio: session.settings.pixelRatio,
        ),

Maybe it's due to sdk: '>=2.18.2 <3.0.0' ? Can we upgrade sdk to 3+ ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions