alphabet_list_scroll_view
alphabet_list_scroll_view copied to clipboard
Remove rxdart dependency
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).
Same error here.
I took another look at the code and realized it does not use RxDart anywhere. I think it should be removed as a dependency
Same error
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