Tags / UI-UX

UI-UX 7 posts

Multi-touch Canvas with Flutter

Flutter package providing multi-touch canvas functionality with panning, zooming, object selection, and trackpad support, including project setup instructions and a live demo.

2025-01-20 03:07:56.301Z Read post

Draggable DOM with Lit

Create an interactive DOM with CSS transforms using Lit, Vite, and TypeScript, as demonstrated in this tutorial with code and a live demo.

2025-01-19 08:19:15.899Z Read post

Flutter Infinite Canvas

Create an infinite canvas in Flutter using `InteractiveViewer` and `CustomMultiChildLayout` to display multiple scrollable scaffolds.

2025-01-19 05:33:00.331Z Read post

Flutter Input Output Preview

Flutter widget for a responsive two-pane layout with customizable primary and secondary content, title, actions, and dark mode support.

2025-01-19 05:35:39.744Z Read post

Flutter Markdown View with Material 3

Style Flutter Markdown widgets with Material 3 text and color styles for improved readability and visual consistency.

2025-01-19 05:37:02.727Z Read post

Flutter Master-detail view

Build a Flutter master-detail interface for displaying lists and details, adapting to mobile, desktop, and web layouts with a customizable widget.

2025-01-19 05:38:59.532Z Read post

Lightweight Flutter Animations

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.

2025-01-19 05:45:19.179Z Read post