ibnufth / wrap_and_more

A Flutter Wrap widget that builds a special wrap, limiting the number of rows and the count of the remaining children.
MIT License
0 stars 4 forks source link

Remove GetX as dependency #4

Open dhafinrayhan opened 7 months ago

dhafinrayhan commented 7 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.

huuduong99 commented 5 months ago

I have rewritten it using provider , You can find it here: https://github.com/huuduong99/wrap_and_more