google_wallet_button 0.1.0
google_wallet_button: ^0.1.0 copied to clipboard
Unofficial UI-only Flutter widget for "Add to Google Wallet" and "View in Google Wallet" buttons. Provides branded buttons with locale detection — does not include Google Wallet API integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_wallet_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
google_wallet_button: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:google_wallet_button/google_wallet_button.dart';