flutter_image_overlap 0.0.4
flutter_image_overlap: ^0.0.4 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_overlapWith Flutter:
$ flutter pub add flutter_image_overlapThis 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.4Alternatively, 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';