widgetkit 0.4.0 copy "widgetkit: ^0.4.0" to clipboard
widgetkit: ^0.4.0 copied to clipboard

A kit of widgets that are (almost) always needed in the different apps.

Changelog #

0.4.0 #

  • 📖  Changed: Supports Flutter 3.0.0

0.3.1 #

  • ⚙️  Fixed: initialization errors in example.
  • ⚙️  Fixed: chip_selection.dart had usages of dynamic?.
  • 📖  Changed: Updated README and CHANGELOG for initial release.

0.3.0 #

  • ✨  Added: ChipSelection. A material 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.

0.2.0 #

  • ❗️🛠  Added: Null safety.
  • ✨  Added: AutolinkText. A shared widget that enables automatic link recognition inside a given String. For the moment, it's a null safe version of @FogNature's AutolinkText.

0.1.0 #

  • ✨  Added: PasswordTextField. A material widget that already implements a visibility toggle.
  • ✨  Added: HideKeyboardOnTouchOutside. A shared widget that enables the expected behavior of hiding the keyboard when the user touches outside an input.
2
likes
130
pub points
48%
popularity

Publisher

verified publishercodingale.dev

A kit of widgets that are (almost) always needed in the different apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on widgetkit