widgetkit 1.0.2
widgetkit: ^1.0.2 copied to clipboard
A kit of widgets that are (almost) always needed in the different apps.
Changelog #
1.0.2 #
- 📖 Changed: Adds
initialValuebehavior toPasswordTextFieldso you can use controlled and uncontrolled fields.
1.0.1 #
- 📖 Changed: Adds
translucentbehavior toHideKeyboardOnTouchOutsideso tap events are propagated properly.
1.0.0 #
- 📖 Changed: Supports Flutter 3.22.0
- ❗️ Changed:
sharedsublibrary is nowwidgetssince it aligns best with Flutter's naming scheme.
0.4.0 #
- 📖 Changed: Supports Flutter 3.0.0
0.3.1 #
- ⚙️ Fixed: initialization errors in
example. - ⚙️ Fixed:
chip_selection.darthad usages ofdynamic?. - 📖 Changed: Updated
READMEandCHANGELOGfor initial release.
0.3.0 #
- ✨ Added:
ChipSelection. Amaterialwidget 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.
0.2.0 #
- ❗️🛠 Added: Null safety.
- ✨ Added:
AutolinkText. Asharedwidget that enables automatic link recognition inside a givenString. For the moment, it's a null safe version of @FogNature's AutolinkText.
0.1.0 #
- ✨ Added:
PasswordTextField. Amaterialwidget that already implements a visibility toggle. - ✨ Added:
HideKeyboardOnTouchOutside. Asharedwidget that enables the expected behavior of hiding the keyboard when the user touches outside an input.