flutter_view_modifiers 0.0.1
flutter_view_modifiers: ^0.0.1 copied to clipboard
Swift way of Writing flutter code
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
Added #
- Initial package release.
- Extensions for applying decorations, gestures, padding, margin, animations, etc.
- Provided various utilities for widget transformations, such as scale, rotate, offset, and opacity adjustments.
0.0.1 - 2025-02-18 #
Added #
-
Core functionality:
- Extensions on
WidgetfortextStyle,padding,margin, anddecorate. - Support for common gestures:
onTap,onLongPress,onPanUpdate, andonTapRipple. - Animation utilities for
animatedOpacity,animatedContainer, andanimatedCrossFade. - Layout utilities such as
aspectRatio,center, and alignment helpers.
- Extensions on
-
Positioning:
positionedextension for using widgets insideStackwith top, bottom, left, right positioning.
-
Visibility and Opacity:
visibilityextension to toggle widget visibility.withOpacityextension to adjust widget opacity.
-
Transformations:
rotate,scale, andoffsetextensions for transforming widgets.
-
Overlay & Background:
- Added
overlayandbackgroundextensions to stack widgets with customizable alignment and clipping behavior.
- Added
Changed #
- No breaking changes in this initial release.
Fixed #
- N/A
[0.0.1] - 2025-02-10 #
Added #
- Early draft of basic widget extensions with core utility functions like
textStyleandpadding. - Basic gesture handler extensions, such as
onTapandonLongPress.
Changed #
- Updated the internal API to allow for more flexible widget transformations.
Fixed #
- Initial bugs in margin and padding handling that led to layout issues in specific use cases.