SachinGanesh / screenshot

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

Error: No named parameter with the name 'logicalConstraints'. #183

Open Mixron469 opened 1 month ago

Mixron469 commented 1 month ago

I'm on flutter 3.19.6 with screenshot: 2.4.0

when I try to run app, it gave me error

image
Mixron469 commented 1 month ago

I will try it on flutter 3.22

vijayvaghela72 commented 1 month ago

i am facing same issue .

Mixron469 commented 1 month ago

i am facing same issue .

now I'm facing new issue (not this pacakge)

Concurrent modification during iteration: Instance(length:3) of '_GrowableList'.

now I'm trying to downgrade flutter to 3.19.6 with this package 2.3.0 version I will give a result later

SoundDoor commented 1 month ago

Write the screenshot to death 2.3.0 Do not upgrade to 2.4.0 Wait until it is repaired and then change it back

screenshot: 2.3.0

ritheshSalyan commented 1 month ago

Hi, 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 .

ritheshSalyan commented 1 month ago

We published 2 versions

Mixron469 commented 1 month ago

Hi, 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 .

thanks for support, 3.22 has a major change for me too. I think I should stay with 3.19.6 for waiting more stable version of flutter.