flutter_google_wallet 0.0.11 flutter_google_wallet: ^0.0.11 copied to clipboard
A Flutter Google Wallet Plugin
0.0.11 #
- Bump version golden_toolkit to 0.15.0 and flutter_svg to 2.0.0
0.0.10 #
- Bump pigeon version to ^9.2.4
0.0.9 #
- Fixed SVG retrieval for languages with country code that don't have a match in SVG assets
0.0.8 #
- Fixed SVG in all supported locales
- Renamed AddtoGoogleWalletButton to AddToGoogleWalletButton (with a capital T): AddToGoogleWalletButton still exists but is deprecated
- The
badgeButton
field is now thebuttonType
field, and is now of typeGoogleWalletButtonType
which has 2 possible values:GoogleWalletButtonType.primary
which is equivalent tobadgeButton = false
GoogleWalletButtonType.condensed
which is equivalent tobadgeButton = true
- The field
removeSvgPackage
has been renamed touseInternalAssetPackage
- The field
langue
has been renamed tolocale
, and is now of typeLocale
0.0.7 #
- Fix spain locale
0.0.6 #
- Fix asset path
0.0.5 #
- Revert dart version
0.0.4 #
- Fix google svgs definitions
0.0.3 #
- Update Readme
0.0.2 #
- Add accessibility on button
0.0.1 #
- Initial version of the library.