lisse 0.1.1
lisse: ^0.1.1 copied to clipboard
Smooth corners for Flutter — arc, Figma squircle, superellipse and clothoid as a ShapeBorder, so clip, border and shadow trace the curve. Pure Dart.
Changelog #
0.1.1 #
- Shorten the package description to pub.dev's 180-character limit (no code changes).
0.1.0 #
Initial release.
LisseBorder, anOutlinedBorderfor smooth-cornered rectangles, so clip, border and shadow trace the curve through the framework.- Four curve families:
arc,squircle(Figma, continuous smoothing),superellipse(Lamé) andclothoid. - Per-corner configuration via
LisseCorners/LisseCorner. SmoothBoxandSmoothClipwidgets.- Effects: outer shadows, inner shadows, concentric borders, styled borders
(
dashed,dotted,doubleLine,groove,ridge) and gradient fills/borders. lerpsupport for implicit animation; memoised corner geometry.- Pure Dart — every Flutter target, no platform channels.