google_wallet_button 0.1.1
google_wallet_button: ^0.1.1 copied to clipboard
Flutter widget providing branded "Add to Google Wallet" and "View in Google Wallet" buttons with automatic locale detection.
0.1.1 #
- Fix package description length to comply with pub.dev requirements.
- Add SPDX license identifier to pubspec.yaml.
- Fix LICENSE file formatting for proper recognition by pub.dev.
0.1.0 #
- Initial release.
AddToGoogleWalletButtonwidget with ~70 localized SVG assets.ViewInGoogleWalletButtonwidget with ~75 localized SVG assets.- Primary (full-width) and condensed (badge) styles via
GoogleWalletButtonStyle. - Automatic locale detection from ambient
Localizations. - Manual locale override support.
- Custom height support (maintains aspect ratio).
- Disabled state with reduced opacity.
- Accessibility via
Semanticswith customizable labels.