0

I am looking to create a Apple Wallet Pass in Flutter. I was able to create a static pass in .pkpass format following instruction from Apple's Wallet Official Document.

Although, the original requirement is to create a dynamic pass which will be specific to logged in user. So, I want to create pass dynamically using Pass Generator in Flutter. We have PassKitGenerator for iOS using swift and also, for react.

Does anybody know, how can I generate pass dynamically in Flutter.

  1. I checked, Flutter packages for pass generator as well. Nothing found.
  2. Also, looked into this duplicate post.

Thanks

UGandhi
  • 518
  • 1
  • 8
  • 28
  • 1
    You should not create dynamic passes on the device. You should use a server to create the pass file. Creating a pass requires access to private keys and a certificate passcode. These should not be embedded in your app. – Paulw11 Aug 22 '23 at 01:43
  • Thanks for the input. That totally make sense. Can you recommend any link about how can I generate pass on server and sign it. Thanks – UGandhi Aug 22 '23 at 15:45

0 Answers0