I have an app that has been worked in flutter sdk flutter 1.22.3 but I update to flutter 2.2.3 and updating all packages
error
C:\src\sdk\flutter\bin\flutter.bat --no-color pub get
Running "flutter pub get" in app...
Because rounded_loading_button >=2.0.3 depends on rxdart ^0.26.0 and app depends on rxdart ^0.27.1, rounded_loading_button >=2.0.3 is forbidden.
So, because app depends on rounded_loading_button ^2.0.5, version solving failed.
pub get failed (1; So, because app depends on rounded_loading_button ^2.0.5, version solving failed.)
Process finished with exit code 1
How can I solve this problem, I have been trying for more than a week, please help