tiff_minimap library

Optional Flutter widget entry point.

package:tiff never imports package:flutter from its main entry point (package:tiff/tiff.dart) or any other library file — those stay usable from plain Dart (a server, a CLI tool, a non-Flutter Dart web app) with no Flutter SDK involved at all. Import this library instead, from a Flutter app, for TiffMinimap — a ready-made overview-with-viewport- rectangle widget for panning/zooming a large TIFF page. Adding this import (and only this one) opts your dependency on package:tiff into requiring the Flutter SDK.

Classes

TiffMinimap
A small overview of a whole TiffImage page with a rectangle marking the area currently visible in some other, zoomed-in viewer (an InteractiveViewer driven by controller) — tap or drag on it to jump there.