flutter/packages
Vatsal Bhesaniya 01fc13d9f9
Add helper widget parameter to InputDecoration (#145157)
This pull request introduces a new field named `helper` to the InputDecoration class. This field allows for specifying a widget containing contextual information about the InputDecorator.child's value. Unlike `helperText`, which accepts a plain string, `helper` supports widgets, enabling functionalities like tappable links for further explanation. This change aligns with the established pattern of `error`, `label`, `prefix`, and `suffix`.

fixes [#145163](https://github.com/flutter/flutter/issues/145163)
2024-03-20 20:48:05 +00:00
..
flutter Add helper widget parameter to InputDecoration (#145157) 2024-03-20 20:48:05 +00:00
flutter_driver Manually roll pub packages (#145005) 2024-03-12 19:53:57 +00:00
flutter_goldens Factor out use of "print" in flutter_goldens (#144846) 2024-03-17 01:56:19 +00:00
flutter_localizations Roll pub packages manually (#145170) 2024-03-15 14:12:22 +00:00
flutter_test Turning if chains into shorter switch statements (#144977) 2024-03-13 17:16:17 +00:00
flutter_tools Remove embedding v1 code in framework (#144726) 2024-03-20 20:34:14 +00:00
flutter_web_plugins Upgrade vm_service. (#144845) 2024-03-08 17:09:07 -08:00
fuchsia_remote_debug_protocol Manually roll pub packages (#145005) 2024-03-12 19:53:57 +00:00
integration_test Manually roll pub packages (#145005) 2024-03-12 19:53:57 +00:00
analysis_options.yaml