jonasroussel / dart_jsonwebtoken

A dart implementation of the famous javascript library 'jsonwebtoken'
MIT License
87 stars 29 forks source link

Dependencies conflicts with flutter_test at latest version 2.8.1 #44

Closed 89pleasure closed 1 year ago

89pleasure commented 1 year ago

Hey there! Thanks for that awesome library. I'm using it together with flutter and having a dependency conflict with core lib flutter_test. I need to use 2.8.0 to get it work. Could u look into it?

Because every version of flutter_test from sdk depends on collection 1.17.1 and dart_jsonwebtoken >=2.8.1 depends on collection ^1.17.2, flutter_test from sdk is incompatible with dart_jsonwebtoken >=2.8.1.

jonasroussel commented 1 year ago

Hi, thanks for your support!

I will take a look, but doesn't seem to be a problem to downgrade the minor version of this library.

jonasroussel commented 1 year ago

Done ✅ (https://pub.dev/packages/dart_jsonwebtoken/versions/2.8.2)

89pleasure commented 1 year ago

Thank you! :)