fl_border_gradient 1.2.0
fl_border_gradient: ^1.2.0 copied to clipboard
Flutter gradient borders: linear, sweep, radial, diagonal, spin, glow, dash, per-side frames, and theme defaults.
1.2.0 #
- Added precise ratio control for diagonal two-color borders via
colorRatio(e.g.0.30,0.40,0.50,0.55). - Added
mixBandfor controlling diagonal transition softness (including crispmixBand: 0.0corners). - Improved ratio rendering to keep opposite corners visually balanced with seamless wrap behavior.
- Expanded tests for diagonal ratio and sharp-corner scenarios.
1.1.0 #
- Added
GradientSidesBoxBorderfor gradient strokes on selected edges (all four sides delegate toGradientBoxBorder). - Added
FlBorderGradientTheme(ThemeExtension) for shared default colors, border width, and glow settings. AnimatedGradientBorder: border painted in a separate layer withexcludeBorderFromSemantics(defaulttrue).GlowingGradientBorder:excludeGlowFromSemanticsfor the glow layer (defaulttrue).- Tests: themed borders, per-side border dimensions,
BoxDecorationwith image and border. - README: theme setup, per-side usage, decoration stacking, and accessibility notes.
1.0.1 #
- Shortened
pubspec.yamldescriptionto meet pub.dev length guidelines (60–180 characters).
1.0.0 #
- Initial release of
fl_border_gradient. - Full support for Linear, Sweep, Radial, Diagonal, and Opposite Corner gradients.
- Advanced features: Animated spinning borders, Glowing neon effects, and Dashed/Dotted borders.
- Comprehensive documentation and examples.
- Support for all Flutter platforms (Android, iOS, Web, macOS, Windows, Linux).