This website works better with JavaScript
首頁
探索
說明
註冊
登入
ouj
/
flutter-sport
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
cfbbd32d45
分支列表
標籤列表
1.4.2
20220427-1.4
d-dev
du-dev
footring-20221202
fyw
k-dev
k-dev-20210122
k-dev-20210304
k-dev-20210427
k-dev-20220215-1.4
master
20211029_1.2.3
v1.0.1
v1.0.0
flutter-sport
/
plugin
/
pedometer-2.1.0
/
CHANGELOG.md
CHANGELOG.md
1.0 KB
文件歷史
原始文件
2.1.0
Removed automatic error handling such as when the sensor is not available.
This allows the plugin user to see when errors occur.
2.0.2
Getters for streams are no longer async (it was unnecessary)
2.0.1+2
Downgraded minSdkVersion to 18 on Android
It was set to 26 by mistake in a previous release
2.0.1+1
Fixed image link
2.0.1
Added error handling for when sensors are unavailable
2.0.0
Re-implemented the plugin for both Android and iOS
This should solve many build problems which persisted on Android
Added Pedestrian Status events and the ability to stream these
Added a class for the already-existing step count event
1.2.5
Android 10 and above requires the Activity Recognition permission, this has been added to the docs.
1.2.0
The plugin now returns the steps taken since last boot up.
1.1.0
The Pedometer stream now returns the value since the plugin was started on both platforms.
Previously this was only the case on iOS, and Android returned the steps taken since last phone boot-up.