Flutter package providing multi-touch canvas functionality with panning, zooming, object selection, and trackpad support, including project setup instructions and a live demo.
Create an interactive DOM with CSS transforms using Lit, Vite, and TypeScript, as demonstrated in this tutorial with code and a live demo.
Create an infinite canvas in Flutter using `InteractiveViewer` and `CustomMultiChildLayout` to display multiple scrollable scaffolds.
Flutter widget for a responsive two-pane layout with customizable primary and secondary content, title, actions, and dark mode support.
Style Flutter Markdown widgets with Material 3 text and color styles for improved readability and visual consistency.
Build a Flutter master-detail interface for displaying lists and details, adapting to mobile, desktop, and web layouts with a customizable widget.
Dart code defines `AnimationWidget`, an abstract class for creating animated widgets that simplifies UI updates by integrating a ticker and avoiding manual `setState` calls, demonstrated with an inline canvas painter example.