easy_radial_gradient 1.0.6
easy_radial_gradient: ^1.0.6 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.6 #
- Fix the README install snippet to
^1.0.5(was^0.0.1, which pinned copy-pasters to the very first release). - Update the first screenshot description to match the current liquid-glass logo. No code changes.
1.0.5 #
- Add README badges: version, monthly downloads, pub points, platform, and license. No code changes.
1.0.4 #
- Add a live, in-browser demo (GitHub Pages) linked from the top of the README, with badges.
- Rewrite the example into a live code editor: a
RadialGradientBoxsnippet whose numeric literals (radius, blur, stop position, opacities) are editable inline, updating a single radial-gradient circle in real time, with a comment-style explanation under the code.
No changes to the public library API.
1.0.3 #
- Add
AGENTS.md(guidance for AI coding agents) andCONTRIBUTING.md(contributor guide), plus a short "Support" section in the README. - Add web support and an interactive example.
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.
