ThexXTURBOXx / flutter_web_auth_2

Flutter plugin for authenticating a user with a web service
https://pub.dev/packages/flutter_web_auth_2
MIT License
51 stars 50 forks source link

Use semantic versioning and fix incompatible versions from main and interface package #41 #42

Closed Knupper closed 1 year ago

Knupper commented 1 year ago

update version from flutter_web_auth_2_platform_interface in flutter_web_auth_2 and use semantic versioning

we need to deploy the platform interface version first, so that pubspec can resolve it in the main package

Related to #41

ThexXTURBOXx commented 1 year ago

This will partly be applied in a future release. For now, upgrade every package properly using flutter pub upgrade

Knupper commented 1 year ago

Sorry to hear, as this solution does not help as it still try to use the old platform interface version without the corresponding context arguments. So it would be great if you can reconsider it.