Closed nissaba closed 10 months ago
all this needs if for this to use rxdart ^0.27.7 instead of rxdart ^0.26.0, I check out mcumgr_flutter and it is supporting the correct version of rxdart. I really hope you guys will bump the availleble version of mcumgr_flutter to 0.1.2.
And just in case you had not noticed pub dev still point to the v 0.1.1 version of mcumgr_flutter which forces users to force the pubspec to a specific non official branch or a specific commit.
We're working on updating the library, so we'll also look at your issue. Thank you for bringing it to us.
Version 0.2.0 uses rxdart 0.27.7. I hope you won't face this problem anymore.
If I am adding the "mcumgr_flutter: ^0.1.1+1" to my projets pubspec file that is using riverpod generator I get this error from the pub get command.
/Users/pascale/development/flutter/bin/flutter --no-color pub get Resolving dependencies... Because riverpod_generator >=2.3.3 <2.3.5 depends on riverpod_analyzer_utils ^0.3.4 and riverpod_generator >=2.3.5 <2.3.6 depends on riverpod_analyzer_utils ^0.4.1, riverpod_generator >=2.3.3 <2.3.6 requires riverpod_analyzer_utils ^0.3.4 or ^0.4.1. Because no versions of riverpod_generator match >2.2.5 <2.2.6 and riverpod_generator >=2.2.6 <2.3.3 depends on riverpod_analyzer_utils ^0.3.3, riverpod_generator >2.2.5 <2.3.3 requires riverpod_analyzer_utils ^0.3.3. Thus, riverpod_generator >2.2.5 <2.3.6 requires riverpod_analyzer_utils >=0.3.3 <0.4.0 or ^0.4.1. And because riverpod_generator >=2.3.6 <3.0.0-dev.2 depends on riverpod_analyzer_utils ^0.4.3, riverpod_generator >2.2.5 <3.0.0-dev.2 requires riverpod_analyzer_utils >=0.3.3 <0.4.0 or >=0.4.1 <0.5.0. And because riverpod_generator 2.2.5 depends on riverpod_analyzer_utils ^0.3.2 and riverpod_analyzer_utils >=0.3.3 depends on custom_lint_core ^0.5.2, riverpod_generator >=2.2.5 <3.0.0-dev.2 requires custom_lint_core ^0.5.2 or riverpod_analyzer_utils >=0.3.2 <0.3.3. (1) So, because riverpod_analyzer_utils >=0.3.2 <0.3.3 depends on custom_lint_core ^0.5.1 and custom_lint_core >=0.5.1 <0.5.2 depends on custom_lint 0.5.1, riverpod_generator >=2.2.5 <3.0.0-dev.2 requires custom_lint 0.5.1 or custom_lint_core ^0.5.2.
Process finished with exit code 1**
Would be great if this problem gets fixed I am sure it is not big deal, just to update the project dependencies, hopefully not code breaking will happen.