v0.18.0
Changelog
- BREAKING CHANGE: Remove
applyIconColorFilter
fromShadButton
. - BREAKING CHANGE: Remove
ShadImage
component. Prefer using theIcon
widget forIconData
, theImage
widget for normal images, andSvgPicture
(from the flutter_svg package for SVG images. If you want a fallback, useUniversalImage
. - BREAKING CHANGE: Rename
iconSrc
iniconData
around components. - FIX:
TimePickerFormField
initial value.
What's Changed
- fix: button icon size and color by @nank1ro in #245
- Fix/time picker form field initial value by @nank1ro in #250
Full Changelog: v0.17.6...v0.18.0