revelotech / flutter_formx

Home Page:https://pub.dev/packages/flutter_formx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion for Improvement: Separate Abstraction from State Management Implementations

AlvaroVasconcelos opened this issue · comments

Hello, FormX developers!

It's good to know about the work you're doing with this package. However, I personally prefer the Flutter Form standard using Listenable.

I would like to suggest an improvement: separate an abstraction from the specific implementations of MobX and BLoC. This way, FormX would become extensible to any state management strategy, allowing for greater flexibility and adaptability.

Thank you for your attention and for the excellent work!

Hi Alvaro! Thank you for your feedback. This sounds great. We'll look into making this transition :)