playx_widget 0.0.6 playx_widget: ^0.0.6 copied to clipboard
Playx Package that contains utility widgets as it contains common widgets and utilities that are needed in each project .
0.0.6 #
- Upgrade Packages.
- integrate
flutter_screenutil
package into the package to make widgets more responsive. - Add new widget
OptimizedListTile
which is a widget that is enhanced version of list tile that can display a card with title, subtitle, leading and trailing widgets. - update
OptimizedCard
to enhance card shadows. - add
radius
toCenterLoading
widget.
0.0.5 #
- Upgrade Packages.
- Add new widgets
AnimatedVisibility
,OptimizedButton
,OptimizedTextField
,TimerRefreshWidget
. - Add new Confirmation dialog that can be used to confirm any operation.
- update
OptimizedCard
to enhance card shadows.
0.0.4 #
- Upgrade Packages.
0.0.3 #
- Upgrade Packages.
- Update Exports to easy import widgets.
- Add common utilities like
getUnit8ListFromSvgAsset
which covert svg asset to Unit8List.
0.0.2 #
- Add support for Dart 3.0.0
- Upgrade Packages.
- Add
AutoAnimatedList
: Widget that automatically animates list of items when inserting or deleting any item. - Add
OptimizedCard
: Widget which provides better shadow effect for the card to look more like native card. - Add lottie package.
0.0.1 #
- initial release