custom_interactive_viewer 0.0.1 copy "custom_interactive_viewer: ^0.0.1" to clipboard
custom_interactive_viewer: ^0.0.1 copied to clipboard

A highly customizable replacement for Flutter's InteractiveViewer with advanced keyboard navigation, gesture controls, rotation support, and programmatic transformations. Features include focal point [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add custom_interactive_viewer

With Flutter:

 $ flutter pub add custom_interactive_viewer

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

dependencies:
  custom_interactive_viewer: ^0.0.1

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:custom_interactive_viewer/custom_interactive_viewer.dart';
5
likes
0
points
1.29k
downloads

Publisher

verified publisherali-hnaineh.dev

Weekly Downloads

A highly customizable replacement for Flutter's InteractiveViewer with advanced keyboard navigation, gesture controls, rotation support, and programmatic transformations. Features include focal point zooming, custom animations, bounds constraints, and coordinate mapping.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on custom_interactive_viewer