Closed Knupper closed 1 year ago
This issue seems to be semi-valid.
flutter_web_auth_2
is using proper Caret Syntax which should enable you to properly upgrade the dependencies using flutter pub upgrade
.
If you are only using flutter pub get
, this won't work.
Because of this, the only thing that is wrong right now is the constraint flutter_web_auth_2_platform_interface: ^2.1.0
(which, again, should not matter if you are doing a proper upgrade).
The next version will properly increase the needed version.
Also, your PR only increases the minor version (see SemVer) which would also just indicate that the functionality is compatible with the current API (which it kind of is if you properly update). Hence, only the patch update :)
I have increased the version even though it should be unnecessary. I hope this is fixed now :)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The minor version update should work without any problems
Actual behavior
it does not work for chrome or tests are not running
Device (please complete the following information!)
flutter_web_auth_2
version: update ^2.1.2 to 2.1.3Additional context
the newest version still points on the flutter web auth 2 platform version 2.1.0 instead of 2.1.3. As this is a breaking change we should use semantic versioning instead of increasing a minor version. so it should be 2.2.0
Checklist