Skip to content

Commit

Permalink
V5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Jun 23, 2020
1 parent 22031d7 commit 8e23c59
Show file tree
Hide file tree
Showing 96 changed files with 6,980 additions and 6,786 deletions.
17 changes: 7 additions & 10 deletions doc/api/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
<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.29.3">
<meta name="generator" content="made with love by dartdoc 0.32.1">
<meta name="description" content="rx_command API docs, for the Dart programming language.">
<title>rx_command - Dart API docs</title>


<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" 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">
<!-- header placeholder -->

</head>

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

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

Expand Down Expand Up @@ -49,10 +51,6 @@ <h5><span class="package-name">rx_command</span> <span class="package-kind">pack
<li class="section-title">Libraries</li>
<li><a href="rx_command/rx_command-library.html">rx_command</a></li>
<li><a href="rx_command_listener/rx_command_listener-library.html">rx_command_listener</a></li>
<li class="section-title">Dart</li>
<li><a href="dart-ui/dart-ui-library.html">dart:ui</a></li>
<li class="section-subtitle">Core</li>
<li class="section-subitem"><a href="dart-async/dart-async-library.html">dart:async</a></li>
</ol>
</div>

Expand All @@ -79,18 +77,17 @@ <h1>404: Something's gone wrong :-(</h1>
<footer>
<span class="no-break">
rx_command
5.0.0
5.1.0
</span>

<!-- footer-text placeholder -->
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="static-assets/typeahead.bundle.min.js"></script>
<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/URI.js"></script>
<script src="static-assets/script.js"></script>
<!-- footer placeholder -->


</body>

Expand Down
12 changes: 1 addition & 11 deletions doc/api/categories.json
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
[
{
"name": "dart:async",
"qualifiedName": "dart:async",
"href": "dart-async/dart-async-library.html",
"type": "library",
"categories": [
"Core"
]
}
]
[]
36 changes: 7 additions & 29 deletions doc/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@
<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.29.3">
<meta name="generator" content="made with love by dartdoc 0.32.1">
<meta name="description" content="rx_command API docs, for the Dart programming language.">
<title>rx_command - Dart API docs</title>


<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" 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">
<!-- header placeholder -->

</head>

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

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

Expand Down Expand Up @@ -49,10 +51,6 @@ <h5 class="hidden-xs"><span class="package-name">rx_command</span> <span class="
<li class="section-title">Libraries</li>
<li><a href="rx_command/rx_command-library.html">rx_command</a></li>
<li><a href="rx_command_listener/rx_command_listener-library.html">rx_command_listener</a></li>
<li class="section-title">Dart</li>
<li><a href="dart-ui/dart-ui-library.html">dart:ui</a></li>
<li class="section-subtitle">Core</li>
<li class="section-subitem"><a href="dart-async/dart-async-library.html">dart:async</a></li>
</ol>
</div>

Expand Down Expand Up @@ -452,25 +450,6 @@ <h2>Libraries</h2>
</dd>
</dl>
</section>
<section class="summary">
<h2>Dart</h2>
<dl>
<dt id="dart:ui">
<span class="name"><a href="dart-ui/dart-ui-library.html">dart:ui</a></span>
</dt>
<dd>
Built-in types and core primitives for a Flutter application. <a href="dart-ui/dart-ui-library.html">[...]</a>
</dd>
<h3>Core</h3>
<dt id="dart:async">
<span class="name"><a href="dart-async/dart-async-library.html">dart:async</a></span>
</dt>
<dd>
Support for asynchronous programming,
with classes such as Future and Stream. <a href="dart-async/dart-async-library.html">[...]</a>
</dd>
</dl>
</section>

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

Expand All @@ -482,18 +461,17 @@ <h3>Core</h3>
<footer>
<span class="no-break">
rx_command
5.0.0
5.1.0
</span>

<!-- footer-text placeholder -->
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="static-assets/typeahead.bundle.min.js"></script>
<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/URI.js"></script>
<script src="static-assets/script.js"></script>
<!-- footer placeholder -->


</body>

Expand Down
2 changes: 1 addition & 1 deletion doc/api/index.json

Large diffs are not rendered by default.

73 changes: 36 additions & 37 deletions doc/api/rx_command/Action.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="API docs for the Action property from the rx_command library, for the Dart programming language.">
<title>Action typedef - rx_command library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="..">


<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" 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">
<!-- header placeholder -->
<link rel="stylesheet" href="../static-assets/github.css">
<link rel="stylesheet" href="../static-assets/styles.css">
<link rel="icon" href="../static-assets/favicon.png">

</head>

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

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

<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="index.html">rx_command</a></li>
<li><a href="rx_command/rx_command-library.html">rx_command</a></li>
<li><a href="../index.html">rx_command</a></li>
<li><a href="../rx_command/rx_command-library.html">rx_command</a></li>
<li class="self-crumb">Action typedef</li>
</ol>
<div class="self-name">Action</div>
Expand All @@ -44,44 +44,44 @@
</header>

<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="index.html">rx_command</a></li>
<li><a href="rx_command/rx_command-library.html">rx_command</a></li>
<li><a href="../index.html">rx_command</a></li>
<li><a href="../rx_command/rx_command-library.html">rx_command</a></li>
<li class="self-crumb">Action typedef</li>
</ol>

<h5>rx_command library</h5>
<ol>
<li class="section-title"><a href="rx_command/rx_command-library.html#classes">Classes</a></li>
<li><a href="rx_command/CommandResult-class.html">CommandResult</a></li>
<li><a href="rx_command/MockCommand-class.html">MockCommand</a></li>
<li><a href="rx_command/RxCommand-class.html">RxCommand</a></li>
<li><a href="rx_command/RxCommandAsync-class.html">RxCommandAsync</a></li>
<li><a href="rx_command_listener/RxCommandListener-class.html">RxCommandListener</a></li>
<li><a href="rx_command/RxCommandStream-class.html">RxCommandStream</a></li>
<li><a href="rx_command/RxCommandSync-class.html">RxCommandSync</a></li>
<li class="section-title"><a href="../rx_command/rx_command-library.html#classes">Classes</a></li>
<li><a href="../rx_command/CommandResult-class.html">CommandResult</a></li>
<li><a href="../rx_command/MockCommand-class.html">MockCommand</a></li>
<li><a href="../rx_command/RxCommand-class.html">RxCommand</a></li>
<li><a href="../rx_command/RxCommandAsync-class.html">RxCommandAsync</a></li>
<li><a href="../rx_command_listener/RxCommandListener-class.html">RxCommandListener</a></li>
<li><a href="../rx_command/RxCommandStream-class.html">RxCommandStream</a></li>
<li><a href="../rx_command/RxCommandSync-class.html">RxCommandSync</a></li>







<li class="section-title"><a href="rx_command/rx_command-library.html#typedefs">Typedefs</a></li>
<li><a href="rx_command/Action.html">Action</a></li>
<li><a href="rx_command/Action1.html">Action1</a></li>
<li><a href="rx_command/AsyncAction.html">AsyncAction</a></li>
<li><a href="rx_command/AsyncAction1.html">AsyncAction1</a></li>
<li><a href="rx_command/AsyncFunc.html">AsyncFunc</a></li>
<li><a href="rx_command/AsyncFunc1.html">AsyncFunc1</a></li>
<li><a href="rx_command/Func.html">Func</a></li>
<li><a href="rx_command/Func1.html">Func1</a></li>
<li><a href="rx_command/StreamProvider.html">StreamProvider</a></li>
<li class="section-title"><a href="../rx_command/rx_command-library.html#typedefs">Typedefs</a></li>
<li><a href="../rx_command/Action.html">Action</a></li>
<li><a href="../rx_command/Action1.html">Action1</a></li>
<li><a href="../rx_command/AsyncAction.html">AsyncAction</a></li>
<li><a href="../rx_command/AsyncAction1.html">AsyncAction1</a></li>
<li><a href="../rx_command/AsyncFunc.html">AsyncFunc</a></li>
<li><a href="../rx_command/AsyncFunc1.html">AsyncFunc1</a></li>
<li><a href="../rx_command/Func.html">Func</a></li>
<li><a href="../rx_command/Func1.html">Func1</a></li>
<li><a href="../rx_command/StreamProvider.html">StreamProvider</a></li>

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

<div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content">
<div><h1><span class="kind-typedef">Action</span> typedef </h1></div>
<div><h1><span class="kind-typedef">Action</span> typedef </h1></div>

<section class="multi-line-signature">
<span class="returntype">void</span>
Expand All @@ -104,18 +104,17 @@ <h2><span>Implementation</span></h2>
<footer>
<span class="no-break">
rx_command
5.0.0
5.1.0
</span>

<!-- footer-text placeholder -->
</footer>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="static-assets/typeahead.bundle.min.js"></script>
<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/URI.js"></script>
<script src="static-assets/script.js"></script>
<!-- footer placeholder -->
<script src="../static-assets/typeahead.bundle.min.js"></script>
<script src="../static-assets/highlight.pack.js"></script>
<script src="../static-assets/URI.js"></script>
<script src="../static-assets/script.js"></script>


</body>

Expand Down
Loading

0 comments on commit 8e23c59

Please sign in to comment.