add_to_google_web_wallet 0.0.6 copy "add_to_google_web_wallet: ^0.0.6" to clipboard
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.

  1. Sign up for a Google Wallet API Issuer account
  2. Authorize your app
  3. Create a Passes Class
  4. 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';
1
likes
120
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

package that allows you to create add to google wallet button, for web platform.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg, plugin_platform_interface

More

Packages that depend on add_to_google_web_wallet