Skip to content

Commit

Permalink
Added Features/ (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
hukusuke1007 committed Aug 14, 2020
1 parent f2168e0 commit 569adca
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 126 deletions.
32 changes: 16 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.5.0+1
# 0.6.0
Added Hours Feature.
Added Set Preset Time Functions for Hours, Minute, Second.
Bug fix.

## 0.5.0+1
Updated plugins.

## 0.5.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ final _stopWatchTimer = StopWatchTimer(
onChange: (value) {
final displayTime = StopWatchTimer.getDisplayTime(value);
print('displayTime $displayTime');
}
},
onChangeRawSecond: (value) => print('onChangeRawSecond $value'),
onChangeRawMinute: (value) => print('onChangeRawMinute $value'),
);
```

Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b95e61d0621468e671c268385a60388
43b9b3fc6fb09be4759db74174321251

0 comments on commit 569adca

Please sign in to comment.