flutter_wallet_card 3.0.0 flutter_wallet_card: ^3.0.0 copied to clipboard
Flutter wallet card for iOS & android devices.
flutter_wallet_card #
Flutter plugin which allows users to create their own Apple Wallet Passes (as well as Google Cards).
Getting Started #
Getting pass from URL and displays it on device #
import 'package:flutter_wallet_card/flutter_wallet_card.dart';
bool isCardShown = await FlutterWalletCard.generateFromUri(
scheme: 'https',
host: 'example.com',
path: '/wallet.pkpass',
parameters: {
'someQueryParameter': 'someQueryValue'
}
);
Contribute #
Please feel free to fork, improve, make pull requests or fill issues. I'll be glad to fix bugs you encountered or improve the extension.
Roadmap #
At this moment some of key features are not working as intended to:
- ❌ Android Devices integration
Changelog #
Refer to the Changelog to get all release notes.