All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- BUILD(flutter_google_wallet_plugin): pigeon as dev_dependencies
- BUILD(flutter_google_wallet_plugin): pigeon as dev_dependencies
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- BUILD(flutter_google_wallet_plugin): Upgrade Pigeon
- BUILD(flutter_google_wallet_plugin): Upgrade Pigeon
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(flutter_google_wallet_plugin): add method to add jwt signed wallet.
- FEAT(flutter_google_wallet_plugin): add method to add jwt signed wallet.
- Use kotlin as output language for generated Pigeon bindings
- Use gradle 7.5
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
-
support Flutter 3.10 / Dart 3.0.0
-
BUILD: support Flutter 3.10 / Dart 3.0.0
-
support Flutter 3.10 / Dart 3.0.0
-
BUILD: support Flutter 3.10 / Dart 3.0.0
- Bump version golden_toolkit to 0.15.0 and flutter_svg to 2.0.0
- Bump pigeon version to ^9.2.4
- Fixed SVG retrieval for languages with country code that don't have a match in SVG assets
- 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
- Fix spain locale
- Fix asset path
- Revert dart version
- Fix google svgs definitions
- Update Readme
- Add accessibility on button
- Initial version of the library.