Version conflict in dependencies

Project Settings

Running my flutter flow app in test mode geerated a "build failure":

Because hu_cares depends on flutter_cache_manager 3.3.1 which depends on rxdart >=0.26.0 <0.28.0, rxdart >=0.26.0 <0.28.0 is required.

So, because hu_cares depends on rxdart ^0.28.0, version solving failed.

What have you tried so far?

I thought downgrading rxdart to 0.27.2 to be within the compliant badn would solve the issue but I am not able to edit the version number and don't see where I can do so in FLutter Flow. How can I solve this and ensure other conflicts dont pop up? The app was rnning just fine and ahve not odne anything to ceate this issue. Please help and thanks

Did you check FlutterFlow's Documentation for this topic?
Yes