We should make creating passes easier, there are a couple of things we could do. - Adding translations should be easier (maybe building on top of https://github.com/ueman/passkit/issues/8) - Provide specific methods for creating each pass type. - Example ```dart PkPass.eventPass( // only properties relevant to event passes can be set ).write(); ``` I assume this would make validation also a tad easier - Automatic resizing and converting to the correct image format for images (could be done based on the [`image`](https://pub.dev/packages/image) package)
We should make creating passes easier, there are a couple of things we could do.
imagepackage)