pass_flutter 2.0.2
pass_flutter: ^2.0.2 copied to clipboard
A Flutter library for getting and reading Apple Wallet passes.
2.0.2 09.08.2023 #
- update dependencies
2.0.1 20.02.2022 #
- fix: make 'labelColor' an optional field in the JSON (Thanks @ShonFrazier https://github.com/ShonFrazier)
- optimisation
2.0.0 10.06.2021 #
- Migrate package to null-safety, increase minimum SDK version to 2.12 (Thanks @WebEferen https://github.com/WebEferen)
- Add method
deleteAllfor Delete all files and folders for passFiles from internal memory (Thanks @WebEferen https://github.com/WebEferen) - Optimisation
1.2.2 01.04.2021 #
- Fix bug with compiling in Android and iOS
- Allow use package in all platform
1.2.1 26.03.2021 #
- Fix bug with colors (Thanks for report and fix to https://github.com/eltiganiomar).
1.2.0 02.10.2020 #
- Fix bug with images is null in PassJson model (Thanks for report about bug to https://github.com/srcnysf).
1.1.3 05.08.2020 #
- Fix bug with empty color in pass.json (Thanks for report about bug and fix to https://github.com/srcnysf).
1.1.2+hotfix1 16.07.2020 #
- Fix version in pubspec
1.1.2 16.07.2020 #
- Fix bug with use plugin in ios application
- Specifying a plugin’s supported platforms - ios and android
1.1.1 15.04.2020 #
- Update README.md after release 1.1.0
1.1.0 14.04.2020 #
- BREAKING: change method
fetchPreviewFromUrlreturn typePreviewPassFile->PassFile - BREAKING: remove
PreviewPassFile - BREAKING: params name in methods
fetchPreviewFromUrlandsaveFromUrlchangedurlToPass->url - Now
PassFileinclude method for saving it toNowPassFileincludes 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
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