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

Upgrade to petitparser 5 #111

Open JFtechOfficial opened 2 years ago

JFtechOfficial commented 2 years ago

There's a new major update of petitparser: 5.0.0. expression_language is unfortunately using version 4, making the update of the other popular packages impossible.

yun-cheng commented 2 years ago

I've created a PR that updates the dependencies, not sure if it breaks something. #113