flutter_androssy_kits 1.0.14
flutter_androssy_kits: ^1.0.14 copied to clipboard
Collection of androssy_widgets with advanced styling and customization.
1.0.14 #
- Improve AndrossyButton animations and add some animation effects
1.0.13 #
- Update AndrossyButton and AndrossyButtonSkeleton
1.0.12 #
1.0.11 #
- Update AndrossyFade widget
1.0.10 #
- Add lifecycle mixin like android lifecycle
1.0.9 #
- Replace icon parameter to data from AndrossyIcon
- Replace image parameter to data, and scaleType to fit from AndrossyImage
- Replace alt parameter to data from AndrossyThumbnail
- Rename AndrossySlide to AndrossySlider
1.0.8 #
- Add sorting in AndrossySelection widget
1.0.7 #
- Add AndrossyDataKeeper widget to handle future data as singleton
1.0.6 #
- Text translate by translate property
1.0.5 #
- Add AndrossyConfigure widget to create instance simply
- Add textConverter and apply this inside the text widget
1.0.4 #
- Add androssy progress gesture to make progressing pressed button
- Remove all external libraries and using androssy instance
- Replace all callback as native flutter style:
- onClick to onTap
- onDoubleClick to onDoubleTap
- onLongClick to onLongPress
1.0.3 #
- Add androssy fade and coordinator