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
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