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

this is an infinite zooming effect package. User can give multiple image, customise its scaling and position to make that image infinite zoomable. like this https://zoomquilt.org/

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infinite_zoom_effect
copied to clipboard

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

dependencies:
  infinite_zoom_effect: ^0.0.2
copied to clipboard

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:infinite_zoom_effect/infinite_zoom_effect.dart';
copied to clipboard
3
likes
140
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

this is an infinite zooming effect package. User can give multiple image, customise its scaling and position to make that image infinite zoomable. like this https://zoomquilt.org/

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on infinite_zoom_effect