flutter_wallet_card 3.0.1 copy "flutter_wallet_card: ^3.0.1" to clipboard
flutter_wallet_card: ^3.0.1 copied to clipboard

Flutter wallet card for iOS devices. Generate Apple Pass card using either locally stored file or download it from web via url.

Flutter Build Actions Pub Package

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.

24
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Flutter wallet card for iOS devices. Generate Apple Pass card using either locally stored file or download it from web via url.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, cli_script, crypto, dio, equatable, flutter, path, path_provider, uuid

More

Packages that depend on flutter_wallet_card