Skip to content

Commit 60fef6e

Browse files
committed
Fix: API in README.md
1 parent 1e547f1 commit 60fef6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ await Resonance.vibrationCancel();
9191

9292
## Status
9393

94-
Version 1.0.2 is under development
94+
Version 1.0.2 is released
9595

9696
## Note
9797

@@ -109,7 +109,7 @@ Future\<double> | volumeSetMuteLevel(StreamType streamType, bool showVolumeUI) |
109109
StreamSubscription\<double> | addVolumeListener(Function(double volume) function) | Add volume change listener to handle given callback.
110110
void | removeVolumeListener() | Cancel listener from broadcast stream
111111
Future\<bool> | vibrate(Duration? duration) | Create vibration by certain duration, default duration is 400ms and returns boolean status.
112-
Future\<bool> | vibratePattern(List\<int> pattern, int? amplitude, bool repeat,) | create vibration by given custom pattern, amplitude, and repeat.
112+
Future\<bool> | vibratePattern(List\<int> pattern, int? amplitude, bool repeat,) | Create vibration by given custom pattern, amplitude, and repeat.
113113
Future\<bool> | vibrationCancel() | Cancel any active repeated vibration and returns boolean status.
114114

115115
## Developer

0 commit comments

Comments
 (0)