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.
- I checked, Flutter packages for pass generator as well. Nothing found.
- Also, looked into this duplicate post.
Thanks