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+ ?
render/lib/src/capturer.dart
Line 288 in bb1cb1f
I have error during build because
ViewConfigurationhas not propertyphysicalConstraint. And indeed this parameters not exist. I successful run lib by changing code like that :Maybe it's due to sdk: '>=2.18.2 <3.0.0' ? Can we upgrade sdk to 3+ ?