fleasy 0.6.0
fleasy: ^0.6.0 copied to clipboard
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
0.6.0 #
- Make flashbars more customizable (via theme)
- Add more dart code metric rules
0.5.0 #
EasyStreamBuilder&EasyFutureBuilder:- When the snapshot's data is
null(andTis nullable), it will now show the widget returned by thedataBuilder. Before, it showed theisEmptyTextandisEmptyIcon. - When the snapshot has an error in debug mode, it will now
throwthe error to give more insights. Before, it just displayed the error as a text.
- When the snapshot's data is
0.4.1 #
- Fix:
isEmailis now case insensitive - Improve README and doc comments
0.4.0 #
- Add
byFormFactor<T>to extensions onBuildContext(see docs) - Add helper getters to
context.formFactor&context.screenSizeenums
0.3.2 #
- Add logo
- Add GitHub workflow for automatically publishing new versions to pub.dev on a new release
0.3.1 #
- Improve analysis options
- Add key to widget constructors
- Export
analysis_options.yaml(see new section in README)
0.3.0 #
- Add Flashbar extensions to
BuildContextshowSuccessFlashbar(...)showInfoFlashbar(...)showErrorFlashbar(...)showNoConnectionFlashbar(...)
- Add
addHtppsto string extensions - BREAKING: Refactor
EasyFutureBuilder&EasyStreamBuilder:errorIcon&isEmptyIconnow takeIconDatainstead ofFaIcon- new attributes:
textStyle&iconStyle
- BREAKING: Remove
shortestScreenSide&longestScreenSide - Improve README
0.2.2 #
- BREAKING: do whitespace check on
isNotBlank&isBlank - Add
isNotBlank&isBlanktoStringextensions too - Add
isEasyPasswordtoString?extensions too - Add several tests
- Improve doc comments and README
0.2.1 #
- Add CI workflow and badge
- Improve date_time_test
- Improve README
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
0.1.0 #
- Initial release