Skip to content

Ehtasha/zoomify_fusion

Repository files navigation

👏 ZoomifyFusion Open Source Love License Build Status Awesome Flutter FlutterWeekly

Say Thanks! Twitter

This flutter package makes easier to display the differences between two images..

Source code is 100% Dart, and everything resides in the /lib folder.

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

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

🔅 Gifs

Screenshot Screenshot Screenshot

💻 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';

before after

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

🎨 For any Query Contact at: [email protected]

📃 License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published