Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ysak-y committed Oct 16, 2022
1 parent 84ddbb4 commit 82be46f
Show file tree
Hide file tree
Showing 16 changed files with 1,174 additions and 943 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.0.1

* TODO: Describe initial release.
- TODO: Describe initial release.

## 0.0.2

Expand All @@ -17,3 +17,7 @@
## 1.1.0

- Support Linux [#9](https://github.com/ysak-y/flutter_audio_capture/pull/9)

## 1.1.1

- General improvements and multithreading / start stop issues [#13](https://github.com/ysak-y/flutter_audio_capture/pull/13)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add this line to your pubspec.yaml file:

```
dependencies:
flutter_audio_capture: ^1.1.0
flutter_audio_capture: ^1.1.1
```

and execute
Expand Down
49 changes: 25 additions & 24 deletions doc/api/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 0.42.0">
<meta name="generator" content="made with love by dartdoc 6.0.0">
<meta name="description" content="flutter_audio_capture API docs, for the Dart programming language.">
<title>flutter_audio_capture - Dart API docs</title>

Expand All @@ -13,16 +13,16 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="static-assets/github.css">
<link rel="stylesheet" href="static-assets/styles.css">
<link rel="icon" href="static-assets/favicon.png">

<link rel="stylesheet" href="static-assets/github.css?v1">
<link rel="stylesheet" href="static-assets/styles.css?v1">
<link rel="icon" href="static-assets/favicon.png?v1">


</head>


<body data-base-href=""
data-using-base-href="false">
<body data-base-href="" data-using-base-href="false">

<div id="overlay-under-drawer"></div>

Expand All @@ -40,6 +40,21 @@
<main>


<div id="dartdoc-main-content" class="main-content">
<h1>404: Something's gone wrong :-(</h1>

<section class="desc">
<p>You've tried to visit a page that doesn't exist. Luckily this site
has other <a href="index.html">pages</a>.</p>
<p>If you were looking for something specific, try searching:
<form class="search-body" role="search">
<input type="text" id="search-body" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</p>

</section>
</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
Expand All @@ -60,21 +75,6 @@ <h5><span class="package-name">flutter_audio_capture</span> <span class="package

</div>

<div id="dartdoc-main-content" class="main-content">
<h1>404: Something's gone wrong :-(</h1>

<section class="desc">
<p>You've tried to visit a page that doesn't exist. Luckily this site
has other <a href="index.html">pages</a>.</p>
<p>If you were looking for something specific, try searching:
<form class="search-body" role="search">
<input type="text" id="search-body" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</p>

</section>
</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
</div>

Expand All @@ -83,15 +83,16 @@ <h1>404: Something's gone wrong :-(</h1>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.0
1.1.1
</span>


</footer>


<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/script.js"></script>

<script src="static-assets/highlight.pack.js?v1"></script>
<script src="static-assets/docs.dart.js"></script>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="../static-assets/github.css">
<link rel="stylesheet" href="../static-assets/styles.css">
<link rel="icon" href="../static-assets/favicon.png">

<link rel="stylesheet" href="../static-assets/github.css?v1">
<link rel="stylesheet" href="../static-assets/styles.css?v1">
<link rel="icon" href="../static-assets/favicon.png?v1">


</head>


<body data-base-href="../"
data-using-base-href="false">
<body data-base-href="../" data-using-base-href="false">

<div id="overlay-under-drawer"></div>

Expand All @@ -41,6 +41,31 @@
<main>


<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-top-level-property">AUDIO_CAPTURE_EVENT_CHANNEL_NAME</span> top-level constant
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>

</h1></div>

<section class="multi-line-signature">
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
const <span class="name ">AUDIO_CAPTURE_EVENT_CHANNEL_NAME</span>


</section>



<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">const AUDIO_CAPTURE_EVENT_CHANNEL_NAME = &quot;ymd.dev&#47;audio_capture_event_channel&quot;;</code></pre>
</section>



</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
Expand All @@ -63,7 +88,14 @@ <h5>flutter_audio_capture library</h5>


<li class="section-title"><a href="../flutter_audio_capture/flutter_audio_capture-library.html#constants">Constants</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_CAMCORDER-constant.html">ANDROID_AUDIOSRC_CAMCORDER</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_DEFAULT-constant.html">ANDROID_AUDIOSRC_DEFAULT</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_MIC-constant.html">ANDROID_AUDIOSRC_MIC</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_UNPROCESSED-constant.html">ANDROID_AUDIOSRC_UNPROCESSED</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_VOICECOMMUNICATION-constant.html">ANDROID_AUDIOSRC_VOICECOMMUNICATION</a></li>
<li><a href="../flutter_audio_capture/ANDROID_AUDIOSRC_VOICERECOGNITION-constant.html">ANDROID_AUDIOSRC_VOICERECOGNITION</a></li>
<li><a href="../flutter_audio_capture/AUDIO_CAPTURE_EVENT_CHANNEL_NAME-constant.html">AUDIO_CAPTURE_EVENT_CHANNEL_NAME</a></li>
<li><a href="../flutter_audio_capture/AUDIO_CAPTURE_METHOD_CHANNEL_NAME-constant.html">AUDIO_CAPTURE_METHOD_CHANNEL_NAME</a></li>



Expand All @@ -73,31 +105,6 @@ <h5>flutter_audio_capture library</h5>

</div><!--/.sidebar-offcanvas-left-->

<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-top-level-property">AUDIO_CAPTURE_EVENT_CHANNEL_NAME</span> top-level constant
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>

</h1></div>

<section class="multi-line-signature">
<a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>
const <span class="name ">AUDIO_CAPTURE_EVENT_CHANNEL_NAME</span>


</section>



<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">const AUDIO_CAPTURE_EVENT_CHANNEL_NAME = &quot;ymd.dev&#47;audio_capture_event_channel&quot;;</code></pre>
</section>



</div> <!-- /.main-content -->

<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
</div><!--/.sidebar-offcanvas-->

Expand All @@ -106,15 +113,16 @@ <h2><span>Implementation</span></h2>
<footer>
<span class="no-break">
flutter_audio_capture
1.1.0
1.1.1
</span>


</footer>


<script src="../static-assets/highlight.pack.js"></script>
<script src="../static-assets/script.js"></script>

<script src="../static-assets/highlight.pack.js?v1"></script>
<script src="../static-assets/docs.dart.js"></script>



Expand Down
Loading

0 comments on commit 82be46f

Please sign in to comment.