zoomify_fusion 1.0.1 copy "zoomify_fusion: ^1.0.1" to clipboard
zoomify_fusion: ^1.0.1 copied to clipboard

A flutter package which makes easier to display the differences between two images with zoom feature.

👏 ZoomifyFusion Open Source Love License Build Status #

ZoomifyFUuion

ZoomifyFusion is a powerful flutter package designed to provide advanced image comparison with Zoom feature.

Source code is 100% Dart, and everything working on android and ios.

Live Demo: https://xsahil03x.github.io/before_after

Show some ❤️ and star the repo to support the project #

💻 Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

Version

dependencies:
  zoomify_fusion: <latest version>

❔ Usage #

Import this class #

import 'package:zoomify_fusion/zoomify_fusion.dart';

ZoomifyFusion #

    @ZoomifyFusion(
            beforeImage: 'assets/after.jpg',
            afterImage: 'assets/before.jpg',
            needleImage: 'assets/needle_arrow.png',
          )

📃 License #

MIT License

14
likes
130
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package which makes easier to display the differences between two images with zoom feature.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on zoomify_fusion