Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.23 KB

[1.1.0] - March 11, 2023.

  • BREAKING: Remove deprecated extensions.
  • Remove url_launcher.
  • Improve name regular expression to support more languages.
  • Improve Tappable to support tooltip, behaviour and onTapUp callback.

[1.0.1] - June 19, 2021.

  • Fix warnings.

[1.0.0] - June 19, 2021.

  • Migrate to null-safety.

[0.2.1] - July 20, 2020.

  • Fix marginBottom() widget extension function.
  • Add isNotEmptyOrNull string extension getter.
  • Add dial() and sendMail() string extension method.
  • Add FludaX.x0_5 = FludaX.x * 0.5 constant.
  • Fix USAGE documentation typos.

[0.2.0] - June 05, 2020.

  • [Deprecated] context.hideKeyboard(). Use context.focus.hideKeyboard() instead.
  • [Deprecated] context.pop(). Use context.navigator.pop() instead.
  • [Deprecated] context.textTheme. Use context.theme.textTheme instead.
  • Add asyncCatchAll() function.]
  • Add optional onError parameter to catchAll() function.
  • Add optional parameters to launch() string extension methods.
  • Add toInt() and toDouble() string extension methods.
  • Update guide and documentation.

[0.1.0] - June 04, 2020.

  • Init example project.
  • Init Fluda homepage.
  • Create CNAME.

[0.0.1] - June 03, 2020.

  • Initial release.