davidsdearaujo / select_dialog

Flutter package designed to select an item from a list, with the option to filter and even search the items online.
MIT License
65 stars 44 forks source link

Update rxdart to 0.24.0 #14

Closed Reprevise closed 4 years ago

Reprevise commented 4 years ago

It's not too much of an issue since I just override the version manually, but it would be great if you upgraded the rxdart dependency.

angwandi commented 4 years ago

Because select_dialog >=1.0.7 depends on rxdart ^0.23.1 and flutter_form_bloc 0.14.0 depends on rxdart ^0.24.0, select_dialog >=1.0.7 is incompatible with flutter_form_bloc 0.14.0.

please any fix?

joankabello commented 4 years ago

Please update rxdart to 0.24.0

joankabello commented 4 years ago

It's not too much of an issue since I just override the version manually, but it would be great if you upgraded the rxdart dependency.

@Reprevise How did you do that ?

Reprevise commented 4 years ago

See here: https://dart.dev/tools/pub/dependencies#dependency-overrides

davidsdearaujo commented 4 years ago

Updated in pullrequest #17