Skip to content

Commit

Permalink
Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
ysak-y committed Dec 4, 2022
1 parent 4858883 commit 2637ff4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/api/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h5><span class="package-name">flutter_audio_capture</span> <span class="package
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h5>flutter_audio_capture library</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h5>flutter_audio_capture library</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h5>FlutterAudioCapture class</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h5>FlutterAudioCapture class</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h5>FlutterAudioCapture class</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h5>flutter_audio_capture library</h5>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down
6 changes: 3 additions & 3 deletions doc/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<section class="desc markdown">
<h1 id="flutter_audio_capture">flutter_audio_capture</h1>
<p>Capture the audio stream buffer through microphone for iOS/Android.
Required OS version is iOS 12+ or Android 23+</p>
Required OS version is iOS 13+ or Android 23+</p>
<h2 id="getting-started">Getting Started</h2>
<p>Add this line to your pubspec.yaml file:</p>
<pre class="language-dart"><code>dependencies:
flutter_audio_capture: ^1.1.0
flutter_audio_capture: ^1.1.2
</code></pre>
<p>and execute</p>
<pre class="language-dart"><code>$ flutter pub get
Expand Down Expand Up @@ -149,7 +149,7 @@ <h5 class="hidden-xs"><span class="package-name">flutter_audio_capture</span> <s
<footer>
<span class="no-break">
flutter_audio_capture
1.1.1
1.1.2
</span>


Expand Down

0 comments on commit 2637ff4

Please sign in to comment.