Skip to content

Releases: devj3ns/fleasy

Fleasy 0.3.2

14 Jul 20:17
Compare
Choose a tag to compare
  • Add logo
  • Add GitHub workflow for automatically publishing new versions to pub.dev on a new release

Fleasy 0.3.1

02 Jul 16:32
Compare
Choose a tag to compare
  • Improve analysis options
  • Add key to widget constructors
  • Export analysis_options.yaml (see new section in README)

Fleasy 0.3.0

23 Jun 19:29
Compare
Choose a tag to compare
  • Add Flashbar extensions to BuildContext
    • showSuccessFlashbar(...)
    • showInfoFlashbar(...)
    • showErrorFlashbar(...)
    • showNoConnectionFlashbar(...)
  • Add addHtpps to string extensions
  • BREAKING: Refactor EasyFutureBuilder & EasyStreamBuilder:
    • errorIcon & isEmptyIcon now take IconData instead of FaIcon
    • new attributes: textStyle & iconStyle
  • BREAKING: Remove shortestScreenSide & longestScreenSide
  • Improve README

Fleasy 0.2.2

22 Jun 13:35
Compare
Choose a tag to compare
  • Refactor!: do whitespace check on isNotBlank & isBlank
  • Add isNotBlank & isBlank to String extensions too
  • Add isEasyPassword to String? extensions too
  • Add several tests
  • Improve doc comments and README

Fleasy 0.2.1

21 Jun 22:29
Compare
Choose a tag to compare
  • Add CI workflow and badge
  • Improve date_time_test
  • Improve README

Fleasy 0.2.0

21 Jun 14:35
Compare
Choose a tag to compare
  • BREAKING: Refactor EasyFutureBuilder & EasyStreamBuilder
  • BREAKING: Rename closeKeyboard() to dismissKeyboard() on BuildContext extensions
  • Add screenSize, shortestScreenSide & longestScreenSide to BuildContext extensions
  • Add isUrl, isEasyPassword, isMediumPassword & isStrongPassword to String extensions
  • Add doc comments
  • Add example
  • Improve README

Fleasy 0.1.0

17 Jun 18:48
Compare
Choose a tag to compare
  • Initial release