fluda 0.2.1 copy "fluda: ^0.2.1" to clipboard
fluda: ^0.2.1 copied to clipboard

outdated

Fluda is a library which makes Flutter application development faster and easier. It makes your code clean and easy to read.

[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.
6
likes
30
pub points
28%
popularity

Publisher

verified publishersofluffy.io

Fluda is a library which makes Flutter application development faster and easier. It makes your code clean and easy to read.

Homepage

License

Apache-2.0 (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on fluda