rcaferati_flutter_awesome_button 0.9.1
rcaferati_flutter_awesome_button: ^0.9.1 copied to clipboard
Layered 3D animated buttons for Flutter with progress flows, theming, and built-in theme variants.
Changelog #
0.9.1 #
- Added API documentation across the public widget, theme, style, and helper surface to improve pub.dev package discoverability and developer guidance.
- Enabled
public_member_api_docsand cleaned up the exported API docs so the package keeps passing the pub.dev documentation threshold. - Refreshed the release metadata so the standalone GitHub repository is the canonical package source for pub.dev verification.
0.9.0 #
- Completed the base
AwesomeButtonparity pass for Flutter with the layered 3D shell, spring release, immediate press feedback, progress lifecycle, and visible loading bar behavior. - Added the RN-style themed layer with built-in themes, variants, sizes,
transparent mode, and
ThemedButtonpalette transitions. - Added text transition, empty placeholder support, and the full RN-style example app structure with themed, progress, and social tabs.
- Added release-facing package metadata, screenshots, and a pub.dev-ready README aligned with the React Native package structure.
0.1.0 #
- Initial architecture for
rcaferati_flutter_awesome_button. - Added
AwesomeButton,AwesomeButtonStyle, andAwesomeButtonThemeData. - Added a gallery-style example app scaffold.
- Added initial widget tests covering press, disabled, layout, style, and semantics.
