Skip to content

Releases: sncf-connect-tech/flutter_google_wallet

0.0.10

14 Apr 09:58
7fc5e22
Compare
Choose a tag to compare
  • Bump pigeon version to ^9.2.4

Full Changelog: 0.0.9...0.0.10

0.0.9

16 Mar 13:14
1247852
Compare
Choose a tag to compare
  • Fixed SVG retrieval for some languages

Full Changelog: 0.0.8...0.0.9

0.0.8

16 Mar 10:36
926ba86
Compare
Choose a tag to compare
  • 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 the buttonType field, and is now of type GoogleWalletButtonType which has 2 possible values:
    • GoogleWalletButtonType.primary which is equivalent to badgeButton = false
    • GoogleWalletButtonType.condensed which is equivalent to badgeButton = true
  • The field removeSvgPackage has been renamed to useInternalAssetPackage
  • The field langue has been renamed to locale, and is now of type Locale

0.0.3

14 Dec 11:15
Compare
Choose a tag to compare

Add semantics on button

0.0.1

28 Nov 14:20
Compare
Choose a tag to compare

0.0.1 initial plugin code