Docs
This commit is contained in:
parent
78fe9e7b09
commit
c7324a6b19
458 changed files with 93141 additions and 47 deletions
387
doc/api/app/McgApp-class.html
Normal file
387
doc/api/app/McgApp-class.html
Normal file
|
@ -0,0 +1,387 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="description" content="API docs for the McgApp class from the app library, for the Dart programming language.">
|
||||
<title>McgApp class - app library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<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?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">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<button id="sidenav-left-toggle" type="button"> </button>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">mc_gallery</a></li>
|
||||
<li><a href="../app/app-library.html">app</a></li>
|
||||
<li class="self-crumb">McgApp class</li>
|
||||
</ol>
|
||||
<div class="self-name">McgApp</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-class">McgApp</span> class
|
||||
<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>
|
||||
<dl class="dl-horizontal">
|
||||
|
||||
<dt>Inheritance</dt>
|
||||
<dd>
|
||||
<ul class="gt-separated dark clazz-relationships">
|
||||
<li><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></li>
|
||||
<li><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html">DiagnosticableTree</a></li>
|
||||
<li><a href="https://api.flutter.dev/flutter/widgets/Widget-class.html">Widget</a></li>
|
||||
<li><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html">StatelessWidget</a></li>
|
||||
<li>McgApp</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="summary offset-anchor" id="constructors">
|
||||
<h2>Constructors</h2>
|
||||
|
||||
<dl class="constructor-summary-list">
|
||||
<dt id="McgApp" class="callable">
|
||||
<span class="name"><a href="../app/McgApp/McgApp.html">McgApp</a></span><span class="signature">(<span class="parameter" id="-param-key">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/Key-class.html">Key</a>?</span> <span class="parameter-name">key</span>}</span>)</span>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
<div class="constructor-modifier features">const</div>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section class="summary offset-anchor inherited" id="instance-properties">
|
||||
<h2>Properties</h2>
|
||||
|
||||
<dl class="properties">
|
||||
<dt id="hashCode" class="property inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The hash code for this object.
|
||||
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/nonVirtual-constant.html">nonVirtual</a>, read-only, inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="key" class="property inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/foundation/Key-class.html">Key</a>?</span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Controls how one widget replaces another widget in the tree.
|
||||
<div class="features">final, inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="runtimeType" class="property inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span>
|
||||
<span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span>
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A representation of the runtime type of the object.
|
||||
<div class="features">read-only, inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
|
||||
<section
|
||||
class="summary offset-anchor"
|
||||
id="instance-methods">
|
||||
<h2>Methods</h2>
|
||||
<dl class="callables">
|
||||
<dt id="build" class="callable">
|
||||
<span class="name"><a href="../app/McgApp/build.html">build</a></span><span class="signature">(<wbr><span class="parameter" id="build-param-context"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a></span> <span class="parameter-name">context</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/widgets/Widget-class.html">Widget</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
Describes the part of the user interface represented by this widget.
|
||||
<div class="features">override</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="createElement" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/widgets/StatelessElement-class.html">StatelessElement</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Creates a <a href="https://api.flutter.dev/flutter/widgets/StatelessElement-class.html">StatelessElement</a> to manage this widget's location in the tree.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="debugDescribeChildren" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature"><<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Returns a list of <code>DiagnosticsNode</code> objects describing this node's
|
||||
children.
|
||||
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/protected-constant.html">protected</a>, inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="debugFillProperties" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></span><span class="signature">(<wbr><span class="parameter" id="debugFillProperties-param-properties"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html">DiagnosticPropertiesBuilder</a></span> <span class="parameter-name">properties</span></span>)
|
||||
<span class="returntype parameter">→ void</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Add additional properties associated with the node.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="noSuchMethod" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
|
||||
<span class="returntype parameter">→ dynamic</span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Invoked when a non-existent method or property is accessed.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toDiagnosticsNode" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></span><span class="signature">(<wbr><span class="parameter" id="toDiagnosticsNode-param-name">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">name</span>, </span><span class="parameter" id="toDiagnosticsNode-param-style"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html">DiagnosticsTreeStyle</a>?</span> <span class="parameter-name">style</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Returns a debug representation of the object that is used by debugging
|
||||
tools and by <a href="https://api.flutter.dev/flutter/foundation/DiagnosticsNode/toStringDeep.html">DiagnosticsNode.toStringDeep</a>.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toString" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></span><span class="signature">(<wbr><span class="parameter" id="toString-param-minLevel">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.info</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A string representation of this object.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toStringDeep" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></span><span class="signature">(<wbr><span class="parameter" id="toStringDeep-param-prefixLineOne">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">prefixLineOne</span> = <span class="default-value">''</span>, </span><span class="parameter" id="toStringDeep-param-prefixOtherLines"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a>?</span> <span class="parameter-name">prefixOtherLines</span>, </span><span class="parameter" id="toStringDeep-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Returns a string representation of this node and its descendants.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toStringShallow" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></span><span class="signature">(<wbr><span class="parameter" id="toStringShallow-param-joiner">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">joiner</span> = <span class="default-value">', '</span>, </span><span class="parameter" id="toStringShallow-param-minLevel"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html">DiagnosticLevel</a></span> <span class="parameter-name">minLevel</span> = <span class="default-value">DiagnosticLevel.debug</span>}</span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
Returns a one-line detailed description of the object.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
<dt id="toStringShort" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></span><span class="signature">(<wbr>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
A short, textual description of this widget.
|
||||
<div class="features">inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="summary offset-anchor inherited"
|
||||
id="operators">
|
||||
<h2>Operators</h2>
|
||||
<dl class="callables">
|
||||
<dt id="operator ==" class="callable inherited">
|
||||
<span class="name"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
|
||||
<span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
|
||||
</span>
|
||||
|
||||
|
||||
</dt>
|
||||
<dd class="inherited">
|
||||
The equality operator.
|
||||
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/nonVirtual-constant.html">nonVirtual</a>, inherited</div>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</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">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">mc_gallery</a></li>
|
||||
<li><a href="../app/app-library.html">app</a></li>
|
||||
<li class="self-crumb">McgApp class</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>app library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../app/app-library.html#classes">Classes</a></li>
|
||||
<li><a href="../app/McgApp-class.html">McgApp</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../app/McgApp-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../app/McgApp/McgApp.html">McgApp</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../app/McgApp-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../app/McgApp-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../app/McgApp/build.html">build</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../app/McgApp-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
mc_gallery
|
||||
1.0.0+1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
143
doc/api/app/McgApp/McgApp.html
Normal file
143
doc/api/app/McgApp/McgApp.html
Normal file
|
@ -0,0 +1,143 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="description" content="API docs for the McgApp constructor from Class McgApp from the app library, for the Dart programming language.">
|
||||
<title>McgApp constructor - McgApp - app library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<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?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">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<button id="sidenav-left-toggle" type="button"> </button>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">mc_gallery</a></li>
|
||||
<li><a href="../../app/app-library.html">app</a></li>
|
||||
<li><a href="../../app/McgApp-class.html">McgApp</a></li>
|
||||
<li class="self-crumb">McgApp const constructor</li>
|
||||
</ol>
|
||||
<div class="self-name">McgApp</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-constructor">McgApp</span> constructor
|
||||
<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">const
|
||||
<span class="name ">McgApp</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-key">{<span class="type-annotation"><a href="https://api.flutter.dev/flutter/foundation/Key-class.html">Key</a>?</span> <span class="parameter-name">key</span>}</span></li>
|
||||
</ol>)
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">const McgApp({super.key});</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">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">mc_gallery</a></li>
|
||||
<li><a href="../../app/app-library.html">app</a></li>
|
||||
<li><a href="../../app/McgApp-class.html">McgApp</a></li>
|
||||
<li class="self-crumb">McgApp const constructor</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>McgApp class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../app/McgApp-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../app/McgApp/McgApp.html">McgApp</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../app/McgApp-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../app/McgApp-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../app/McgApp/build.html">build</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../app/McgApp-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-left-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
mc_gallery
|
||||
1.0.0+1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
200
doc/api/app/McgApp/build.html
Normal file
200
doc/api/app/McgApp/build.html
Normal file
|
@ -0,0 +1,200 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="description" content="API docs for the build method from the McgApp class, for the Dart programming language.">
|
||||
<title>build method - McgApp class - app library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<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?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">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<button id="sidenav-left-toggle" type="button"> </button>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../../index.html">mc_gallery</a></li>
|
||||
<li><a href="../../app/app-library.html">app</a></li>
|
||||
<li><a href="../../app/McgApp-class.html">McgApp</a></li>
|
||||
<li class="self-crumb">build method</li>
|
||||
</ol>
|
||||
<div class="self-name">build</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-method">build</span> method
|
||||
<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">
|
||||
|
||||
<div>
|
||||
<ol class="annotation-list">
|
||||
<li>@<a href="https://api.flutter.dev/flutter/dart-core/override-constant.html">override</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<span class="returntype"><a href="https://api.flutter.dev/flutter/widgets/Widget-class.html">Widget</a></span>
|
||||
<span class="name ">build</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="build-param-context"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a></span> <span class="parameter-name">context</span></span></li>
|
||||
</ol>)
|
||||
|
||||
<div class="features">override</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="desc markdown">
|
||||
<p>Describes the part of the user interface represented by this widget.</p>
|
||||
<p>The framework calls this method when this widget is inserted into the tree
|
||||
in a given <a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a> and when the dependencies of this widget change
|
||||
(e.g., an <a href="https://api.flutter.dev/flutter/widgets/InheritedWidget-class.html">InheritedWidget</a> referenced by this widget changes). This
|
||||
method can potentially be called in every frame and should not have any side
|
||||
effects beyond building a widget.</p>
|
||||
<p>The framework replaces the subtree below this widget with the widget
|
||||
returned by this method, either by updating the existing subtree or by
|
||||
removing the subtree and inflating a new subtree, depending on whether the
|
||||
widget returned by this method can update the root of the existing
|
||||
subtree, as determined by calling <a href="https://api.flutter.dev/flutter/widgets/Widget/canUpdate.html">Widget.canUpdate</a>.</p>
|
||||
<p>Typically implementations return a newly created constellation of widgets
|
||||
that are configured with information from this widget's constructor and
|
||||
from the given <a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a>.</p>
|
||||
<p>The given <a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a> contains information about the location in the
|
||||
tree at which this widget is being built. For example, the context
|
||||
provides the set of inherited widgets for this location in the tree. A
|
||||
given widget might be built with multiple different <a href="https://api.flutter.dev/flutter/widgets/BuildContext-class.html">BuildContext</a>
|
||||
arguments over time if the widget is moved around the tree or if the
|
||||
widget is inserted into the tree in multiple places at once.</p>
|
||||
<p>The implementation of this method must only depend on:</p>
|
||||
<ul>
|
||||
<li>the fields of the widget, which themselves must not change over time,
|
||||
and</li>
|
||||
<li>any ambient state obtained from the <code>context</code> using
|
||||
<a href="https://api.flutter.dev/flutter/widgets/BuildContext/dependOnInheritedWidgetOfExactType.html">BuildContext.dependOnInheritedWidgetOfExactType</a>.</li>
|
||||
</ul>
|
||||
<p>If a widget's <a href="../../app/McgApp/build.html">build</a> method is to depend on anything else, use a
|
||||
<a href="https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html">StatefulWidget</a> instead.</p>
|
||||
<p>See also:</p>
|
||||
<ul>
|
||||
<li><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html">StatelessWidget</a>, which contains the discussion on performance considerations.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="summary source-code" id="source">
|
||||
<h2><span>Implementation</span></h2>
|
||||
<pre class="language-dart"><code class="language-dart">@override
|
||||
Widget build(BuildContext context) {
|
||||
final appRouter = McgRouter.locate.router;
|
||||
return MaterialApp.router(
|
||||
title: Strings.current.appTitle,
|
||||
theme: ConstThemes.materialLightTheme,
|
||||
darkTheme: ConstThemes.materialDarkTheme,
|
||||
supportedLocales: AppSetup.supportedLocales,
|
||||
routeInformationParser: appRouter.routeInformationParser,
|
||||
routerDelegate: appRouter.routerDelegate,
|
||||
routeInformationProvider: appRouter.routeInformationProvider,
|
||||
);
|
||||
}</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">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../../index.html">mc_gallery</a></li>
|
||||
<li><a href="../../app/app-library.html">app</a></li>
|
||||
<li><a href="../../app/McgApp-class.html">McgApp</a></li>
|
||||
<li class="self-crumb">build method</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5>McgApp class</h5>
|
||||
<ol>
|
||||
|
||||
<li class="section-title"><a href="../../app/McgApp-class.html#constructors">Constructors</a></li>
|
||||
<li><a href="../../app/McgApp/McgApp.html">McgApp</a></li>
|
||||
|
||||
|
||||
<li class="section-title inherited">
|
||||
<a href="../../app/McgApp-class.html#instance-properties">Properties</a>
|
||||
</li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/hashCode.html">hashCode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/key.html">key</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li>
|
||||
|
||||
<li class="section-title"><a href="../../app/McgApp-class.html#instance-methods">Methods</a></li>
|
||||
<li><a href="../../app/McgApp/build.html">build</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html">createElement</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html">debugDescribeChildren</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html">debugFillProperties</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html">toDiagnosticsNode</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html">toString</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html">toStringDeep</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html">toStringShallow</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html">toStringShort</a></li>
|
||||
|
||||
<li class="section-title inherited"><a href="../../app/McgApp-class.html#operators">Operators</a></li>
|
||||
<li class="inherited"><a href="https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html">operator ==</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
</div><!--/.sidebar-offcanvas-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
mc_gallery
|
||||
1.0.0+1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
190
doc/api/app/app-library.html
Normal file
190
doc/api/app/app-library.html
Normal file
|
@ -0,0 +1,190 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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="description" content="app library API docs, for the Dart programming language.">
|
||||
<title>app library - Dart API</title>
|
||||
|
||||
|
||||
|
||||
<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?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">
|
||||
|
||||
<div id="overlay-under-drawer"></div>
|
||||
|
||||
<header id="title">
|
||||
<button id="sidenav-left-toggle" type="button"> </button>
|
||||
<ol class="breadcrumbs gt-separated dark hidden-xs">
|
||||
<li><a href="../index.html">mc_gallery</a></li>
|
||||
<li class="self-crumb">app library</li>
|
||||
</ol>
|
||||
<div class="self-name">app</div>
|
||||
<form class="search navbar-right" role="search">
|
||||
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
|
||||
<div id="dartdoc-main-content" class="main-content">
|
||||
<div>
|
||||
<h1><span class="kind-library">app</span> library
|
||||
<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="summary offset-anchor" id="classes">
|
||||
<h2>Classes</h2>
|
||||
|
||||
<dl>
|
||||
<dt id="McgApp">
|
||||
<span class="name "><a href="../app/McgApp-class.html">McgApp</a></span>
|
||||
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
</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">
|
||||
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
|
||||
</form>
|
||||
</header>
|
||||
|
||||
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
|
||||
<li><a href="../index.html">mc_gallery</a></li>
|
||||
<li class="self-crumb">app library</li>
|
||||
</ol>
|
||||
|
||||
|
||||
<h5><span class="package-name">mc_gallery</span> <span class="package-kind">package</span></h5>
|
||||
<ol>
|
||||
<li class="section-title">Libraries</li>
|
||||
<li><a href="../features_core_widgets_animated_column/features_core_widgets_animated_column-library.html">animated_column</a></li>
|
||||
<li><a href="../app/app-library.html">app</a></li>
|
||||
<li><a href="../features_core_services_app_lifecycle_service/features_core_services_app_lifecycle_service-library.html">app_lifecycle_service</a></li>
|
||||
<li><a href="../features_core_abstracts_router_app_router/features_core_abstracts_router_app_router-library.html">app_router</a></li>
|
||||
<li><a href="../features_core_abstracts_app_setup/features_core_abstracts_app_setup-library.html">app_setup</a></li>
|
||||
<li><a href="../features_core_abstracts_base_view_model/features_core_abstracts_base_view_model-library.html">base_view_model</a></li>
|
||||
<li><a href="../features_core_services_connections_service/features_core_services_connections_service-library.html">connections_service</a></li>
|
||||
<li><a href="../features_core_data_constants_const_colors/features_core_data_constants_const_colors-library.html">const_colors</a></li>
|
||||
<li><a href="../features_core_data_constants_const_durations/features_core_data_constants_const_durations-library.html">const_durations</a></li>
|
||||
<li><a href="../features_core_data_constants_const_input_formatters/features_core_data_constants_const_input_formatters-library.html">const_input_formatters</a></li>
|
||||
<li><a href="../features_core_data_constants_const_input_validators/features_core_data_constants_const_input_validators-library.html">const_input_validators</a></li>
|
||||
<li><a href="../features_core_data_constants_const_media/features_core_data_constants_const_media-library.html">const_media</a></li>
|
||||
<li><a href="../features_core_data_constants_const_sorters/features_core_data_constants_const_sorters-library.html">const_sorters</a></li>
|
||||
<li><a href="../features_core_data_constants_const_text/features_core_data_constants_const_text-library.html">const_text</a></li>
|
||||
<li><a href="../features_core_data_constants_const_values/features_core_data_constants_const_values-library.html">const_values</a></li>
|
||||
<li><a href="../features_core_data_extensions_context_extensions/features_core_data_extensions_context_extensions-library.html">context_extensions</a></li>
|
||||
<li><a href="../features_home_widgets_custom_wrap/features_home_widgets_custom_wrap-library.html">custom_wrap</a></li>
|
||||
<li><a href="../features_core_data_extensions_dio_extensions/features_core_data_extensions_dio_extensions-library.html">dio_extensions</a></li>
|
||||
<li><a href="../features_core_views_error_page_view/features_core_views_error_page_view-library.html">error_page_view</a></li>
|
||||
<li><a href="../features_home_views_gallery_gallery_view/features_home_views_gallery_gallery_view-library.html">gallery_view</a></li>
|
||||
<li><a href="../features_home_views_gallery_gallery_view_model/features_home_views_gallery_gallery_view_model-library.html">gallery_view_model</a></li>
|
||||
<li><a href="../features_core_widgets_gap/features_core_widgets_gap-library.html">gap</a></li>
|
||||
<li><a href="../features_home_services_image_cache_manager_service/features_home_services_image_cache_manager_service-library.html">image_cache_manager_service</a></li>
|
||||
<li><a href="../features_home_views_image_carousel_image_carousel_view/features_home_views_image_carousel_image_carousel_view-library.html">image_carousel_view</a></li>
|
||||
<li><a href="../features_home_views_image_carousel_image_carousel_view_model/features_home_views_image_carousel_image_carousel_view_model-library.html">image_carousel_view_model</a></li>
|
||||
<li><a href="../features_home_data_models_image_model/features_home_data_models_image_model-library.html">image_model</a></li>
|
||||
<li><a href="../features_home_data_dtos_image_model_dto/features_home_data_dtos_image_model_dto-library.html">image_model_dto</a></li>
|
||||
<li><a href="../features_home_abstracts_images_api/features_home_abstracts_images_api-library.html">images_api</a></li>
|
||||
<li><a href="../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
|
||||
<li><a href="../features_core_data_extensions_iterable_extensions/features_core_data_extensions_iterable_extensions-library.html">iterable_extensions</a></li>
|
||||
<li><a href="../l10n_generated_l10n/l10n_generated_l10n-library.html">l10n</a></li>
|
||||
<li><a href="../features_core_data_extensions_list_extensions/features_core_data_extensions_list_extensions-library.html">list_extensions</a></li>
|
||||
<li><a href="../features_core_services_local_storage_service/features_core_services_local_storage_service-library.html">local_storage_service</a></li>
|
||||
<li><a href="../locator/locator-library.html">locator</a></li>
|
||||
<li><a href="../features_core_services_logging_service/features_core_services_logging_service-library.html">logging_service</a></li>
|
||||
<li><a href="../main/main-library.html">main</a></li>
|
||||
<li><a href="../features_core_data_extensions_map_extensions/features_core_data_extensions_map_extensions-library.html">map_extensions</a></li>
|
||||
<li><a href="../features_core_widgets_mcg_scaffold/features_core_widgets_mcg_scaffold-library.html">mcg_scaffold</a></li>
|
||||
<li><a href="../l10n_generated_intl_messages_all/l10n_generated_intl_messages_all-library.html">messages_all</a></li>
|
||||
<li><a href="../l10n_generated_intl_messages_en/l10n_generated_intl_messages_en-library.html">messages_en</a></li>
|
||||
<li><a href="../features_core_widgets_state_multi_value_listenable_builder/features_core_widgets_state_multi_value_listenable_builder-library.html">multi_value_listenable_builder</a></li>
|
||||
<li><a href="../features_core_utils_mutex/features_core_utils_mutex-library.html">mutex</a></li>
|
||||
<li><a href="../features_core_services_navigation_service/features_core_services_navigation_service-library.html">navigation_service</a></li>
|
||||
<li><a href="../features_core_data_extensions_object_extensions/features_core_data_extensions_object_extensions-library.html">object_extensions</a></li>
|
||||
<li><a href="../features_core_services_overlay_service/features_core_services_overlay_service-library.html">overlay_service</a></li>
|
||||
<li><a href="../features_core_data_extensions_random_extensions/features_core_data_extensions_random_extensions-library.html">random_extensions</a></li>
|
||||
<li><a href="../features_core_abstracts_router_routes/features_core_abstracts_router_routes-library.html">routes</a></li>
|
||||
<li><a href="../features_home_data_enums_search_option/features_home_data_enums_search_option-library.html">search_option</a></li>
|
||||
<li><a href="../features_core_data_extensions_stream_extensions/features_core_data_extensions_stream_extensions-library.html">stream_extensions</a></li>
|
||||
<li><a href="../features_core_data_extensions_string_extensions/features_core_data_extensions_string_extensions-library.html">string_extensions</a></li>
|
||||
<li><a href="../features_home_api_unsplash_images_api/features_home_api_unsplash_images_api-library.html">unsplash_images_api</a></li>
|
||||
<li><a href="../features_core_data_extensions_value_notifier_extensions/features_core_data_extensions_value_notifier_extensions-library.html">value_notifier_extensions</a></li>
|
||||
<li><a href="../features_core_widgets_state_view_model_builder/features_core_widgets_state_view_model_builder-library.html">view_model_builder</a></li>
|
||||
<li><a href="../features_core_data_enums_view_model_state/features_core_data_enums_view_model_state-library.html">view_model_state</a></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
|
||||
<h5>app library</h5>
|
||||
<ol>
|
||||
<li class="section-title"><a href="../app/app-library.html#classes">Classes</a></li>
|
||||
<li><a href="../app/McgApp-class.html">McgApp</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
|
||||
</div><!--/sidebar-offcanvas-right-->
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<span class="no-break">
|
||||
mc_gallery
|
||||
1.0.0+1
|
||||
</span>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<script src="../static-assets/highlight.pack.js?v1"></script>
|
||||
<script src="../static-assets/docs.dart.js"></script>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue