👏 ZoomifyFusion
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 :heart: and star the repo to support the project
💻 Installation
In the dependencies:
section of your pubspec.yaml
, add the following line:
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',
)