Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
738 stars 427 forks source link

chore: upgrade rxdart to 0.28.0 #459

Open arturograu opened 6 days ago

arturograu commented 6 days ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Upgrades rxdart to 0.28.0 to allow apps that are depending on that version to compile.

:arrow_heading_down: What is the current behavior?

The apps that depend on this package and on rxdart 0.28.0 don't compile.

:new: What is the new behavior (if this is a feature change)?

:boom: Does this PR introduce a breaking change?

Yes, it will not allow apps with previous rxdart versions to build.

:memo: Links to relevant issues/docs

Closes #458

:thinking: Checklist before submitting

cyberpwnn commented 16 hours ago

Or just you know rxdart: '>=0.27.0 <0.29.0' this shouldn't take a week.