Releases: devj3ns/fleasy
Releases · devj3ns/fleasy
Fleasy 0.3.2
- Add logo
- Add GitHub workflow for automatically publishing new versions to pub.dev on a new release
Fleasy 0.3.1
- Improve analysis options
- Add key to widget constructors
- Export analysis_options.yaml (see new section in README)
Fleasy 0.3.0
- Add Flashbar extensions to BuildContext
showSuccessFlashbar(...)
showInfoFlashbar(...)
showErrorFlashbar(...)
showNoConnectionFlashbar(...)
- Add
addHtpps
to string extensions - BREAKING: Refactor
EasyFutureBuilder
&EasyStreamBuilder
:errorIcon
&isEmptyIcon
now takeIconData
instead ofFaIcon
- new attributes:
textStyle
&iconStyle
- BREAKING: Remove
shortestScreenSide
&longestScreenSide
- Improve README
Fleasy 0.2.2
- Refactor!: do whitespace check on
isNotBlank
&isBlank
- Add
isNotBlank
&isBlank
toString
extensions too - Add
isEasyPassword
toString?
extensions too - Add several tests
- Improve doc comments and README
Fleasy 0.2.1
- Add CI workflow and badge
- Improve date_time_test
- Improve README
Fleasy 0.2.0
- 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
- Initial release