From 7482371d9508b3afd5e8ce44c2216b1cc2fa2cbe Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Fri, 31 Jul 2026 17:13:12 +0200 Subject: [PATCH] Added badge to readme Signed-off-by: Hans Kokx --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e690aed..48561cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # scroll_forwarder +[![style: arcane analysis](https://img.shields.io/badge/style-arcane_analysis-6E35AE)](https://pub.dev/packages/arcane_analysis) + A Flutter widget that lets the empty space around a scrollable drive that scrollable. Mouse wheel, trackpad, and touch drags performed outside a scrollable's own hit area are forwarded to a target scroll position. This is useful for layouts where a list or feed is centered on screen and the surrounding margins would otherwise swallow scroll input. The widget is a drop-in wrapper: put it around the whole layout, tell it which position to drive, and it handles the rest.