fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

Minimun iOS flutter development version is now 12 #69

Open manukeepgoing opened 10 months ago

manukeepgoing commented 10 months ago

Hi there! I was triying to use flutter webview and I had to store some cookies for the session. I did not have any problem in my android device, but it did not work in iOS.

Then I see in the repository that the minimun deployment version needed es 11. I tried to change it but flutter requires nowadays to take the version 12 as. the minumun deployment version for iOS. I tried to change it but every time that I rebuild the project, flutter automatically restore the minimun vesion to 12.

Here is the post from flutter: https://docs.flutter.dev/deployment/ios#:~:text=The%20minimum%20iOS%20version%20that,to%20the%20highest%20required%20version.

Is there any other option? I could use another library or implement it in another way?

Thanks in advance!!