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

outdated

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.

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(
  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
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on oval_image_combiner