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).
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.
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.