SachinGanesh / screenshot

Flutter Screenshot Library
https://pub.dev/packages/screenshot
MIT License
343 stars 141 forks source link

Error (Xcode): ../../../.pub-cache/hosted/pub.dev/screenshot-2.4.0/lib/screenshot.dart:165:9: Error: No named parameter with the name 'logicalConstraints'. #182

Closed tareqalhammoodi closed 4 months ago

tareqalhammoodi commented 4 months ago

Hey, I've been getting this error for the past two days when I run my app, I tried updating the package to the last version (screenshot: ^2.4.0) but it didn't help, also checked the previous issues but didn't find anything related. Any help please?

Error Message:

Screenshot 2024-05-14 at 11 31 29
ritheshSalyan commented 4 months ago

Hi @tareqalhammoodi , Which version of flutter are you using? If you are using flutter version <=3.19 then consider using "2.3.0" of screenshot.

Version 2.4.0 is update for flutter >=3.22 .

tareqalhammoodi commented 4 months ago

ok thanks so much!