-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling the example #185
Comments
This bug seems fixed in flutter_form_builder >=3.6.1 but the problem is that flutter_localizations is incompatible with flutter_form_builder >=3.5.4:
So this is a real problem because it means that flutter_form_builder currently can't be used in any localized app using the standard flutter_localizations package. Do flutter_form_builder really need intl ^0.16.0? Can't this be changed for a smaller intl minimal version? |
Hi @danvick, If intl v0.16.0 isn't that mandatory, could you downgrade it for a while? Or could you backport the fix with flutter_chips_input to flutter_form_builder v3.5.x? Thank you, |
Hi @lq-manh,
|
Kindly use the latest version of the package |
Fixed in v3.7.0. Feel free to reopen in case of any more feedback. |
Can you update intl 16.0
|
Have this error when trying to compile the example:
The text was updated successfully, but these errors were encountered: