add_to_google_web_wallet 0.0.6 add_to_google_web_wallet: ^0.0.6 copied to clipboard
package that allows you to create add to google wallet button, for web platform.
Add To Google Wallet #
A Flutter plugin that provides the Add To Google Wallet Button.
Overview #
The goal of this plugin is to simplify the implementation of Add To Google Wallet feature.
Prerequisites #
Before plugin can be used, make sure to complete all of the prerequisites listed below.
- Sign up for a Google Wallet API Issuer account
- Authorize your app
- Create a Passes Class
- Create a Passes Object
Usage #
Installation #
To use this plugin, add add_to_google_wallet
as a dependency in your pubspec.yaml file.
dependencies:
add_to_google_web_wallet: ^0.0.6
or run this command:
flutter pub add add_to_google_web_wallet
Example usage #
import 'package:add_to_google_wallet/widgets/add_to_google_web_wallet_button.dart';
import 'package:flutter/material.dart';
import 'package:uuid/uuid.dart';