flutter_image_overlap 0.0.1 copy "flutter_image_overlap: ^0.0.1" to clipboard
flutter_image_overlap: ^0.0.1 copied to clipboard

OverlappingImages is a Flutter widget that displays a series of overlapping circular images. The widget dynamically adjusts its width based on the number of images provided and allows for customizat [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_image_overlap

With Flutter:

 $ flutter pub add flutter_image_overlap

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_image_overlap: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_image_overlap/flutter_image_overlap.dart';
5
likes
0
points
299
downloads

Publisher

unverified uploader

Weekly Downloads

OverlappingImages is a Flutter widget that displays a series of overlapping circular images. The widget dynamically adjusts its width based on the number of images provided and allows for customization of image size and overlap spacing. Perfect for use cases like displaying participant avatars in group activities, profile photos in chats, or any scenario where you need to show a visual stack of images.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_image_overlap