extensions_core 0.0.3
extensions_core: ^0.0.3 copied to clipboard
Extensions for dart and flutter
0.0.3 #
What's Changed #
Dependencies #
- Updated
intl
package to ^0.20.2 - Updated
flutter_lints
to ^6.0.0 - Updated minimum Dart SDK to ^3.6.0
New Features #
- Added new widget extensions:
padding()
- Wrap widget with paddingcenter
- Center widgetexpanded
- Expand widgetflexible()
- Make widget flexibleonTap()
- Add tap gesture detectoralign()
- Align widgetsize()
- Wrap with SizedBoxopacity()
- Add opacitycircular()
- Clip with circular border radiuselevated()
- Add card elevation
- Added navigation extensions:
- Simplified navigation helpers
- Easy page transitions
- Route management utilities
Improvements #
- Enhanced code documentation
- Improved type safety
- Better error handling