File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] - 2022-07-19
4+ #### Changed
5+ - Android SDK updated to 6.2.0
6+ - iOS SDK updated to 4.12.3
7+
38## [ 0.4.0] - 2022-07-07
49#### Changed
5- - Android SDK updated to v6 .1.4
10+ - Android SDK updated to 6 .1.4
611
712## [ 0.3.1] - 2022-07-05
813#### Fixed
914- Android null type safety plugin fixes
1015
1116## [ 0.3.0] - 2021-11-17
1217#### Changed
13- - Android SDK updated to v5 .4.5
18+ - Android SDK updated to 5 .4.5
1419
1520## [ 0.2.1] - 2021-07-07
1621#### Changed
2025#### Added
2126- Dart nullability support added to comply with Flutter 2 requirements
2227#### Changed
23- - Android SDK updated to v5 .2.5
28+ - Android SDK updated to 5 .2.5
2429
2530## [ 0.1.9] - 2021-05-07
2631#### Changed
Original file line number Diff line number Diff line change 44![ GitHub] ( https://img.shields.io/github/license/hypertrack/sdk-flutter.svg )
55[ ![ Pub Version] ( https://img.shields.io/pub/v/hypertrack_plugin?color=blueviolet )] ( https://pub.dev/packages/hypertrack_plugin )
66[ ![ iOS SDK] ( https://img.shields.io/badge/iOS%20SDK-4.12.3-brightgreen.svg )] ( https://cocoapods.org/pods/HyperTrack )
7- ![ Android SDK] ( https://img.shields.io/badge/Android%20SDK-6.1.4 -brightgreen.svg )
7+ ![ Android SDK] ( https://img.shields.io/badge/Android%20SDK-6.2.0 -brightgreen.svg )
88
99[ HyperTrack] ( https://www.hypertrack.com ) lets you add live location tracking to your mobile app in a reliable and battery efficient way.
1010
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343 disable ' InvalidPackage'
4444 }
4545 dependencies {
46- implementation ' com.hypertrack:hypertrack:6.1.4 '
46+ implementation ' com.hypertrack:hypertrack:6.2.0 '
4747 }
4848}
4949
Original file line number Diff line number Diff line change 11name : hypertrack_plugin
22description : Flutter plugin for HyperTrack, a cross-platform location tracking solution for Android and iOS
33repository : https://github.com/hypertrack/sdk-flutter
4- version : 0.4.0
4+ version : 0.4.1
55homepage : https://www.hypertrack.com/
66
77environment :
You can’t perform that action at this time.
0 commit comments