pass_flutter 1.0.3
pass_flutter: ^1.0.3 copied to clipboard
A Flutter library for getting and reading Apple Wallet passes.
1.0.3 03.04.2020 #
- BREAKING: change method name getFromUrl -> saveFromUrl and url now passes in
urlToPass - add method
fetchPreviewFromUrlfor get preview from url - add method
PreviewPassFile.savefor save preview to app internal memory and deleting from temp directory - add documentation for all public api members
- add
deletemethod for deleting current pass file to class PassFile and PreviewPassFile - update return in
Pass.deletemethod, after deleting now return list of saved pass files - enable stricter type checks
- refactoring and optimization
1.0.2 28.03.2020 #
- fix bug with
maxDistanceandrelevantDatein pass json - fix bug with
auxiliaryFields,primaryFields,transitType - add equatable for comparisons pass.json data
- add documentation for Fields
1.0.1 13.03.2020 #
- fix code format
- add
altitudeto Location Dictionary Keys - add
maxDistanceto Relevance Keys - add documentation to Location Dictionary Keys model
- add documentation to Barcode Dictionary Keys model
- add documentation to Pass Structure Dictionary model
- add documentation for Pass Json
1.0.0 13.03.2020 #
- initial release