Open dhafinrayhan opened 10 months ago
This package has great potential, unfortunately it's using GetX as the internal state management.
Probably best to just stick with setState or at most use provider.
setState
I have rewritten it using provider , You can find it here: https://github.com/huuduong99/wrap_and_more
This package has great potential, unfortunately it's using GetX as the internal state management.
Probably best to just stick with
setState
or at most use provider.