moham96/dtorrent_task

Doesn't work with flutter 3.19. Update packages.

sgehrman opened this issue · 2 comments

Because every version of flutter from sdk depends on meta 1.11.0 and events_emitter2 >=1.0.3 depends on
meta >=1.9.0 <=1.10.0, flutter from sdk is incompatible with events_emitter2 >=1.0.3.
And because dtorrent_task >=0.3.3 depends on events_emitter2 ^1.0.3, flutter from sdk is incompatible
with dtorrent_task >=0.3.3.
So, because deckr depends on both dtorrent_task ^0.3.3 and flutter from sdk, version solving failed.

@sgehrman as a temporary solution add the override to your pubspec.yaml and it will work:

dependency_overrides:
meta: 1.10.0

Fixed in moham96/events_emitter2@6e232e7 please run dart pub get