SizeRenderer
widget added to allow to get a widget's size after render.
- Fixed bug in
AdeptTextField
that prevented multiline behavior.
adeptutils
updated to latest.
adeptutils
updated to latest.
AdeptTextField
updated to be more flexible when extending it.
- Added
customButtonView
param to AdeptTextField
to allow custom widget.
- Added
UnfocusView
to support keyboard hiding when user taps on any widget without any gesture detector
- Updated
shimmer
dependency to breaking change version ^3.0.0
- Update dependency constraints to
sdk: '>=3.0.0 <4.0.0' flutter: '>=3.3.0'
- Update dependencies to be compatible with Flutter 3.10.0
- AdeptTextField bug fixed that caused
onChanged
function not being called when text was added manually to controller.
- AdeptTextField full refactored
- HintView updated with generic Widget definition for iconView and imageView removed
- Fixed bug on AdeptTextField when using
CustomButtonDefaultAction.PASSWORD_TOGGLE
- Updated to support latest Flutter 3.7
adeptutils
updated to breaking change version
adeptutils
updated to breaking change version
- Updated some dependencies
- Updated some dependencies with Breaking changes
- Updated some dependencies with Breaking changes
- Preferences widget call
onChange(...)
before saving preference
- Full code refactored fixing several warnings and lints.
- HintView missing key added
- SlideCountForwardClock and SlideCountDownClock can be customized to show dd:hh:mm:ss, or hh:mm:ss, or mm:ss or just ss
- NiceDialog and Preferences updated to support custom textScaleFactor.
- SlideCountDownClock bug fixed on time updated stream
- Dependencies updated
- Some null-safe refactoring added
- BottomModalContainer created to be used with showModalBottomSheet();
- SlideCountDownClock and SlideCountForwardClock created to support backward and forward time counters
- AdeptDrawer wrong arguments declaration fixed
- NiceDialog updated to support function overriding
- NiceDialog vertical scroll updated to scroll content only
- Bug fixed in DrawerItem when icon data were null
- Min dart sdk updated to 2.3.0
- AdeptTextField updated with new attributes from TextField
- Bug fixed on AdeptTextField onTextChange listener
- Removed flutter_html transitive dependency
- Updated transitive dependencies