alphabet_list_scroll_view icon indicating copy to clipboard operation
alphabet_list_scroll_view copied to clipboard

Remove rxdart dependency

Open Akora-IngDKB opened this issue 4 years ago • 4 comments

I'm currently working on a project which uses your package along side others. Your current rxdart dependency is version 0.23.1 but another package I'm using requires rxdart 0.24.0 in order to use its most recent feature (which are very critical in my app).

Akora-IngDKB avatar May 14 '20 12:05 Akora-IngDKB

Same error here.

0Vipin0 avatar Jun 30 '20 11:06 0Vipin0

I took another look at the code and realized it does not use RxDart anywhere. I think it should be removed as a dependency

Akora-IngDKB avatar Jun 30 '20 22:06 Akora-IngDKB

Same error

huynguyennovem avatar Aug 18 '20 08:08 huynguyennovem

To workaround the problem, I had to clone it, remove the rxDart dependency and use it as a local package in my project. @LiewJunTung I think this is a critical issue that should be addressed ASAP

Akora-IngDKB avatar Aug 20 '20 16:08 Akora-IngDKB