zeba_academy_clipper 1.0.0
zeba_academy_clipper: ^1.0.0 copied to clipboard
Beautiful customizable Flutter clippers including Wave, Arc, Ticket, Diagonal and Blob.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning (SemVer).
1.0.0 - 2026-07-08 #
Added #
- Initial stable release of zeba_academy_clipper.
- Added WaveClipper for creating smooth wave-shaped clipping paths.
- Added ArcClipper for curved arc-style clipping effects.
- Added TicketClipper for ticket and coupon-style cutout designs.
- Added DiagonalClipper for diagonal edge clipping.
- Added BlobClipper for organic, free-form blob shapes.
- Added ClippedContainer widget for simplified integration with custom clippers.
- Exported all public clippers through the package library for easy access.
- Included comprehensive inline documentation for public APIs.
- Added example demonstrating package usage.
- Added widget and clipper tests.
- Added Flutter lints configuration.
- Added GPL-3.0 license.
- Added production-ready README with installation, usage, customization, and examples.
- Optimized clipping paths for lightweight rendering and good performance.
- Implemented configurable parameters for supported clippers.
- Supported Flutter Material applications without external dependencies.
- Published with null safety support.
- Compatible with Flutter 3.x and Dart 3.x.
Performance #
- Lightweight implementation with zero runtime dependencies.
- Efficient
CustomClipper<Path>implementations. - Minimal memory overhead.
- Responsive clipping across different screen sizes.
Documentation #
- Added API usage examples.
- Added customization examples for every clipper.
- Added installation instructions.
- Added roadmap section.
- Added contribution guidelines.
- Added license information.
License #
- Released under the GNU General Public License v3.0 (GPL-3.0).