blaugold / iabtcf_consent_info

Flutter plugin for reading IAB TCF v2.0 user consent information, such as made available through CMP SDKs, like Funding Choices's User Messaging Platform (UMP).
https://pub.dev/packages/iabtcf_consent_info
10 stars 8 forks source link

Relax rxdart version constraint #11

Closed bcyran closed 10 months ago

bcyran commented 1 year ago

rxdart 0.27.0 has been released almost 1,5 year ago and some important packages depend on it, e.g. riverpod. Current requirement of version 0.26.0 is thus problematic.

To my understanding the breaking changes in 0.27.0 do not affect iabtcf_consent_info. Please note that I don't have enough knowledge to be 100% confident. However the tests pass and I successfully use the fork in my application.