From ab76a2cc66573d6070997150297399c7f3e5dd7e Mon Sep 17 00:00:00 2001 From: Bazyli Cyran Date: Mon, 23 Oct 2023 15:45:11 +0200 Subject: [PATCH 1/2] chore: Relax rxdart version constraint --- packages/iabtcf_consent_info/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/iabtcf_consent_info/pubspec.yaml b/packages/iabtcf_consent_info/pubspec.yaml index 8b96d2a..fabf7e8 100644 --- a/packages/iabtcf_consent_info/pubspec.yaml +++ b/packages/iabtcf_consent_info/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter: sdk: flutter meta: ^1.3.0 - rxdart: ^0.26.0 + rxdart: '>=0.26.0 <0.28.0' iabtcf_consent_info_platform_interface: ^1.0.5 iabtcf_consent_info_web: ^3.0.0 dev_dependencies: From 733708cda0da60daf437ef2b3aaa562c3042cb2a Mon Sep 17 00:00:00 2001 From: Gabriel Terwesten Date: Mon, 11 Dec 2023 17:37:40 +0100 Subject: [PATCH 2/2] Remove some whitespace --- packages/iabtcf_consent_info/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/iabtcf_consent_info/pubspec.yaml b/packages/iabtcf_consent_info/pubspec.yaml index fabf7e8..d9fd284 100644 --- a/packages/iabtcf_consent_info/pubspec.yaml +++ b/packages/iabtcf_consent_info/pubspec.yaml @@ -1,7 +1,7 @@ name: iabtcf_consent_info -description: >- - Flutter plugin for reading IAB TCF v2.0 user consent information, such as - made available through CMP SDKs, like Funding Choices's +description: >- + 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). version: 3.0.0 repository: https://github.com/blaugold/iabtcf_consent_info