pinpoint_sdk 12.2.0-omicron
pinpoint_sdk: ^12.2.0-omicron copied to clipboard
The Pinpoint SDK is a cross-platform (Android/iOS) Flutter plugin for positioning with Pinpoint's technology.
12.2.0-omicron #
- update documentation
12.2.0-nu #
- update documentation
- update logging
12.2.0-mu #
- rename
ServiceStatus.bluetootDisabled
toServiceStatus.bluetoothDisabled
- fix linter warnings
12.2.0-lambda #
- fix imports
12.2.0-kappa #
- include indoor functionality
- changed possible values for enum
ServiceStatus
to{bluetoothEnabled, bluetootDisabled, locationEnabled, locationDisabled}
- function
distanceBetween
returns the distance in centimeters instead of meters - distance filter in location settings is handled in centimeters instead of meters
12.2.0-iota #
- No changes, version was created because pub.dev sorts versions according to the Latin alphabet and not the Greek one.
12.2.0-delta #
- update Readme
- update example app
12.2.0-gamma #
- update Readme
- update example app
12.2.0-beta #
- update Readme
- update example app
12.2.0-alpha #
- Initial commit
- wrap geolocator library and allow using the Pinpoint SDK instead of Geolocator