easy_radial_gradient 1.0.3
easy_radial_gradient: ^1.0.3 copied to clipboard
Design-tool-style radial gradients for Flutter. Define each stop as position + color + opacity (like Figma), with optional Gaussian and frosted-glass backdrop blur.
1.0.3 #
- Rewrite the example into an interactive playground: live sliders for
blur,backdropBlur,radius, and corner radius, a circle/rounded shape toggle, and color presets (Sunset / Ocean / Frost) — all rendered over colored blobs so the backdrop blur is visible. - Add
AGENTS.md(guidance for AI coding agents) andCONTRIBUTING.md(contributor guide), plus a short "Support" section in the README.
No changes to the public library API.
1.0.2 #
- Replace the package thumbnail with a "liquid glass" frosted-glass logo (a backdrop-blurred card floating over vivid blobs). No code changes.
1.0.1 #
- Add a package logo and a showcase image as pub.dev
screenshots— the logo now appears as the package thumbnail. No code changes.
1.0.0 #
First stable release. No API changes from 0.0.1 — the public API
(RadialStop, EasyRadialGradient, RadialGradientBox) is now considered
stable, with bilingual (English/Korean) dartdoc and a 160/160 pana score.
0.0.1 #
Initial release.
RadialStop— a design-tool-style gradient stop bundling position, color and opacity, with.start/.at/.end/.transparentnamed constructors for readable inline stops.EasyRadialGradient— a drop-inRadialGradientbuilt from acolorStopslist, with auto-sorted stops,copyWith, and anEasyRadialGradient.glowfactory.RadialGradientBox— a widget that paints the gradient with optional Gaussianblur(gradient only, child stays sharp) and frosted-glassbackdropBlur, clipped to a circle or rounded rectangle.