OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Support Provider v6.0.0 #106

Open markphillips100 opened 2 years ago

markphillips100 commented 2 years ago

Just wondering if the flutter_dynamic_forms package should bump its provider dep to 6.0.0? It's not a major issue for me that it is coupled to v5 but thought it might be worth upgrading.

I use flutter bloc v7.x.x which is also dependent on provider v5. I've just tried upgrading to v8.x.x of flutter_bloc and bloc packages and computer says no, due to their dependency on provider v6. I don't need to upgrade bloc stuff yet so like I said no rush.

By the way, thanks for such an awesome set of packages!