fl_border_gradient 1.1.0
fl_border_gradient: ^1.1.0 copied to clipboard
Flutter gradient borders: linear, sweep, radial, diagonal, spin, glow, dash, per-side frames, and theme defaults.
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).