WebEferen / flutter_wallet_card

Flutter Wallet Card plugin (iOS & Android)
MIT License
12 stars 23 forks source link

How can I add to wallet from a .zip file contains all files? #20

Open mohamedhelwa opened 1 month ago

mohamedhelwa commented 1 month ago

I have a .zip file from a backend service in a Flutter app.

The .zip file contains the following files: (icon.png – strip.png – logo.png – pass.json – manifest.json – signature)

How can I use this .zip file to add to Apple Wallet using this package?

@WebEferen