- 📖 Changed: Adds
initialValue
behavior toPasswordTextField
so you can use controlled and uncontrolled fields.
- 📖 Changed: Adds
translucent
behavior toHideKeyboardOnTouchOutside
so tap events are propagated properly.
- 📖 Changed: Supports Flutter 3.22.0
- ❗️ Changed:
shared
sublibrary is nowwidgets
since it aligns best with Flutter's naming scheme.
- 📖 Changed: Supports Flutter 3.0.0
- ⚙️ Fixed: initialization errors in
example
. - ⚙️ Fixed:
chip_selection.dart
had usages ofdynamic?
. - 📖 Changed: Updated
README
andCHANGELOG
for initial release.
- ✨ Added:
ChipSelection
. Amaterial
widget that provides an easy way to create a single or multiple selection chips. For the moment, it's a null safe version of @davigmacode's ChipsChoice. - 📖 Changed: Example was migrated to null safety.
- ❗️🛠 Added: Null safety.
- ✨ Added:
AutolinkText
. Ashared
widget that enables automatic link recognition inside a givenString
. For the moment, it's a null safe version of @FogNature's AutolinkText.
- ✨ Added:
PasswordTextField
. Amaterial
widget that already implements a visibility toggle. - ✨ Added:
HideKeyboardOnTouchOutside
. Ashared
widget that enables the expected behavior of hiding the keyboard when the user touches outside an input.