zeba_academy_border 0.0.1
zeba_academy_border: ^0.0.1 copied to clipboard
A beautiful Flutter border package with gradient, dashed, dotted, animated and glow borders.
Changelog #
All notable changes to this project will be documented in this file.
The format follows Keep a Changelog guidelines.
0.0.1 - 2026-07-07 #
๐ Initial Release #
First stable release of zeba_academy_border, a Flutter package for creating beautiful and customizable border effects.
โจ Added #
Gradient Borders #
- Added
ZebaGradientBorderwidget. - Support for multiple gradient colors.
- Custom border width support.
- Custom corner radius support.
- Fully customizable child widget.
Dashed Borders #
- Added
ZebaDashedBorderwidget. - Custom dash length support.
- Custom gap spacing support.
- Adjustable stroke width.
- Custom border colors.
Dotted Borders #
- Added
ZebaDottedBorderwidget. - Lightweight custom painter implementation.
- Adjustable dot colors.
- Works with any Flutter widget.
Animated Borders #
- Added
ZebaAnimatedBorderwidget. - Animated gradient rotation effects.
- Smooth border animations using Flutter animation controller.
- Supports multiple animation colors.
Glow Borders #
- Added
ZebaGlowBorderwidget. - Beautiful glowing border effects.
- Custom glow color support.
- Adjustable blur intensity.
๐ Improvements #
- Added complete null safety support.
- Optimized custom painters.
- Added reusable widget architecture.
- Added public exports through:
import 'package:zeba_academy_border/zeba_academy_border.dart';
- Compatible with modern Flutter versions.
๐งช Testing #
Added widget tests covering:
- Gradient border rendering.
- Dashed border rendering.
- Dotted border rendering.
- Animated border lifecycle.
- Glow border rendering.
All tests passing successfully.
๐ Documentation #
Added:
- Complete README documentation.
- Installation instructions.
- Usage examples.
- API customization guide.
- Contribution guidelines.
- GPL-3.0 license information.
๐ License #
This package is released under the:
GNU General Public License v3.0 (GPL-3.0)
Future Roadmap #
Planned improvements:
- More border animation styles.
- Custom painter performance improvements.
- Border patterns support.
- Advanced gradient animation controls.
- More Flutter UI utility widgets.
Thank you for using zeba_academy_border โค๏ธ