Releases: sncf-connect-tech/flutter_google_wallet
Releases · sncf-connect-tech/flutter_google_wallet
0.0.10
0.0.9
- Fixed SVG retrieval for some languages
Full Changelog: 0.0.8...0.0.9
0.0.8
- Fixed SVG in all supported locales
- Fixed example
- Renamed AddtoGoogleWalletButton to AddToGoogleWalletButton (with a capital T): AddtoGoogleWalletButton still exists but is deprecated
- The
badgeButtonfield is now thebuttonTypefield, and is now of typeGoogleWalletButtonTypewhich has 2 possible values:GoogleWalletButtonType.primarywhich is equivalent tobadgeButton = falseGoogleWalletButtonType.condensedwhich is equivalent tobadgeButton = true
- The field
removeSvgPackagehas been renamed touseInternalAssetPackage - The field
languehas been renamed tolocale, and is now of typeLocale