canvas_kit 0.5.1  canvas_kit: ^0.5.1 copied to clipboard
canvas_kit: ^0.5.1 copied to clipboard
Composable infinite pan/zoom canvas for Flutter with interactive and programmatic camera control.
0.5.1 - 2025-09-07 #
Initial public preview of Canvas Kit.
- New widget: CanvasKit(formerly InfiniteCanvas)
- Controller: CanvasKitControllerwith programmatic pan/zoom helpers
- Items: CanvasItemwith world and viewport anchoring,lockZoom,estimatedSize
- Layers: backgroundBuilderandforegroundLayersreceive liveMatrix4transform
- Modes: InteractionMode.interactiveandInteractionMode.programmatic(withgestureOverlayBuilder)
- Optional world boundswith auto-fit and boundary constraints
- Example app with multiple demos (interactive, programmatic, bounds, node editor, snake, parallax)