Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.0.1

* TODO: Describe initial release.

## 1.3.0
Flutter로 보내는 데이터와 디바이스 데이터 베이스에 저장 하는 데이터의 걸음 단위를 따로 정의 할 수 있도록 옵션 추가.

- 디바이스 데이터 베이스에 저장할지 여부를 선택하는 storeHistory 옵션 추가.
- 디바이스 데이터 베이스에 저장하는 데이터의 걸음 주기를 정하는 resultStepsUnit 옵션 추가.
- Flutter로 보내는 데이터의 걸음 주기를 정하는 resultStepsUnit 옵션 추가.
Loading