oval_image_combiner 0.0.8
oval_image_combiner: ^0.0.8 copied to clipboard
A Flutter widget to combine up to four images into an oval shape.
CHANGELOG.md #
0.0.8 - 2023-09-15 #
- Improve image display performance
0.0.7 - 2023-09-10 #
- Rename outerBorderColor to borderColor
- Rename outerBorderWidth to borderWidth
- Support for divider color and thickness
0.0.6 - 2023-09-09 #
- Add optionally displaying a border
0.0.5 - 2023-09-06 #
- Refactor modules
0.0.4 - 2023-08-27 #
- Refactor: Split helper functions into separate files
0.0.3 - 2023-08-27 #
- Refactor: Split helper functions into separate files
0.0.2 - 2023-08-26 #
- Support for dividers (vertical and horizontal dividers) in
OvalImageCombiner
:
0.0.1 - 2023-08-26 #
- Initial release of the
oval_image_combiner
package. - Features:
- Combines multiple images into a single oval-shaped composite image.
- Supports SVGs and other image formats.