pass_flutter 1.1.0 copy "pass_flutter: ^1.1.0" to clipboard
pass_flutter: ^1.1.0 copied to clipboard

outdated

A Flutter library for getting and reading Apple Wallet passes.

1.1.0 - 14.04.2020 #

  • BREAKING: change method fetchPreviewFromUrl return type PreviewPassFile -> PassFile
  • BREAKING: remove PreviewPassFile
  • BREAKING: params name in methods fetchPreviewFromUrl and saveFromUrl changed urlToPass -> url
  • Now PassFile include method for saving it toNow PassFile includes a method for saving it in the internal memory
  • Refactoring and optimisation

1.0.4 - 07.04.2020 #

  • Now all colors value in pass.json converted from CSS-style RGB triple to Color

1.0.3 - 03.04.2020 #

  • BREAKING: change method name getFromUrl -> saveFromUrl and url now passes in urlToPass
  • add method fetchPreviewFromUrl for get preview from url
  • add method PreviewPassFile.save for save preview to app internal memory and deleting from temp directory
  • add documentation for all public api members
  • add delete method for deleting current pass file to class PassFile and PreviewPassFile
  • update return in Pass.delete method, 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 maxDistance and relevantDate in 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 altitude to Location Dictionary Keys
  • add maxDistance to 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
33
likes
0
pub points
84%
popularity

Publisher

unverified uploader

A Flutter library for getting and reading Apple Wallet passes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, dio, equatable, flutter, json_annotation, path, path_provider, uuid

More

Packages that depend on pass_flutter