Joan Pablo
Joan Pablo
Hi @ShivamMattoo33, It is highly recommended to use Reactive Forms and Flutter with a state management library, it is a good way to separate responsibilities and remove business logic from...
Thanks @runyaga I will take a look.
Hi @vasilich6107 I agree, I have a few ideas in the back of my head, like creating a separate web site and Doc for the library and ecosystem. What do...
Hi @danielchan303 >Is there a builder that trigger updates when the touched status change or when the value change? If you only want a builder to listen for control value...
Hi @to-innomizetech , Thanks for your feedback. Could you provide an example that can be used to reproduce the issue?
Hi @dailyraisin Thanks for using Reactive Forms and for the issue. The native inner widgets in Flutter like Checkbox, radio, and radio buttons don't have a validation message. That is...
Hi @dailyraisin, Version 16.0.4 has been released. This version fixes an issue when Material is enabled in the ThemeData, and exposes the showError() property. It does not show any error...
Hi @muratgorken, You are right, there is nothing wrong in your code. As you mentioned it will fail if the official internationalization approach is used, since the localizations are only...
Hi @mavriq-dev Thanks for the feedback. Based on the example you wrote above, the `context` object you are passing to your `_onWillPop()` does not include the `ReactiveForm` widget. You are...