oval_image_combiner 0.0.8 copy "oval_image_combiner: ^0.0.8" to clipboard
oval_image_combiner: ^0.0.8 copied to clipboard

A Flutter widget to combine up to four images into an oval shape.

Oval Image Combiner #

A Flutter widget that allows you to combine up to four images into an oval shape.

Features #

  • Combine 1 to 4 images into an oval shape.
  • Supports both raster and SVG images.
  • Customizable image size.
  • Customizable borders and dividers.

Getting started #

Installation #

Add the following to your pubspec.yaml file:

dependencies:
  oval_image_combiner: ^[LATEST_VERSION]

Usage #

Import the package:

import 'package:oval_image_combiner/oval_image_combiner.dart';

Use the OvalImageCombiner widget:

OvalImageCombiner(
  borderColor: Colors.grey,
  borderWidth: 2,
  dividerColor: Colors.grey,
  dividerThickness: 2,
  imageUrls: [
    'https://example.com/image1.png',
    'https://example.com/image2.png',
    // Add up to 4 image URLs
  ],
  imageSize: 60,
)

Example #

Here you can find an example probject showcasing how to use the OvalImageCombiner widget.

License #

This probject is licensed under the MIT License. See the LICENSE file for details.

4
likes
150
pub points
68%
popularity

Publisher

unverified uploader

A Flutter widget to combine up to four images into an oval shape.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_svg

More

Packages that depend on oval_image_combiner