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

The CompareImageSlider package is a Flutter widget that provides an interactive image comparison slider. It allows users to compare two images by dragging a slider horizontally, revealing portions of [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add compare_image_slider

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

dependencies:
  compare_image_slider: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:compare_image_slider/compare_image_slider.dart';
17
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

The CompareImageSlider package is a Flutter widget that provides an interactive image comparison slider. It allows users to compare two images by dragging a slider horizontally, revealing portions of the before and after images seamlessly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on compare_image_slider