hover_magnifier 0.0.2 copy "hover_magnifier: ^0.0.2" to clipboard
hover_magnifier: ^0.0.2 copied to clipboard

A Flutter package that replicates Amazon/Noon-style product hover zoom. Displays a floating magnifier overlay on mouse hover, panning with cursor movement. Built for Flutter web and desktop.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hover_magnifier

With Flutter:

 $ flutter pub add hover_magnifier

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

dependencies:
  hover_magnifier: ^0.0.2

Alternatively, 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:hover_magnifier/hover_magnifier.dart';
5
likes
0
points
157
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that replicates Amazon/Noon-style product hover zoom. Displays a floating magnifier overlay on mouse hover, panning with cursor movement. Built for Flutter web and desktop.

Repository (GitHub)
View/report issues

Topics

#magnifier #hover #product-zoom #image-zoom #flutter-web

License

unknown (license)

Dependencies

flutter

More

Packages that depend on hover_magnifier