s_ink_button 1.0.5
s_ink_button: ^1.0.5 copied to clipboard
Built from scratch InkWell alternative, designed for performance, without needing to be wrapped by a Material widget.
1.0.5 #
- Fixed issue: Handling gesture cancellations correctly when overlays like SnackBars appear, ensuring the long-press state explicitly overrides the cancellation and resets the animation state: in other words, the button now correctly maintains its pressed state (splash and scale) when a SnackBar is shown during a long press.
1.0.4 #
- updated README
1.0.3 #
- updated README
1.0.2 #
- updated README
1.0.1 #
- updated README
- updated Documentation and Dart files convention
1.0.0 - 2025-12-11 #
- Initial release of s_ink_button
- Features: lightweight splash/hover animation without the need for a Material widget around the child, configurable splash color and radius, haptic feedback support, long press and double tap events, circle button support, and improved performance compared to InkWell for some layouts.
- Added example Flutter app with basic and advanced examples in
example/ - Added widget tests in
test/that validate tap, double tap and long-press handlers - Included example screenshot asset and updated
README.mdwith install and usage examples - Added MIT license and
.pubignore/.gitattributes to prepare for publishing