easy_radial_gradient 1.0.6 copy "easy_radial_gradient: ^1.0.6" to clipboard
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 RadialGradientBox snippet 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) and CONTRIBUTING.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 / .transparent named constructors for readable inline stops.
  • EasyRadialGradient — a drop-in RadialGradient built from a colorStops list, with auto-sorted stops, copyWith, and an EasyRadialGradient.glow factory.
  • RadialGradientBox — a widget that paints the gradient with optional Gaussian blur (gradient only, child stays sharp) and frosted-glass backdropBlur, clipped to a circle or rounded rectangle.
0
likes
160
points
514
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Design-tool-style radial gradients for Flutter. Define each stop as position + color + opacity (like Figma), with optional Gaussian and frosted-glass backdrop blur.

Repository (GitHub)
View/report issues
Contributing

Topics

#gradient #radial-gradient #blur #ui #design

License

MIT (license)

Dependencies

flutter

More

Packages that depend on easy_radial_gradient