This commit is contained in:
Mguy13 2022-12-26 19:39:47 +01:00
parent 78fe9e7b09
commit c7324a6b19
458 changed files with 93141 additions and 47 deletions

View file

@ -0,0 +1,376 @@
<!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 ImagesService class from the images_service library, for the Dart programming language.">
<title>ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">mc_gallery</a></li>
<li><a href="../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li class="self-crumb">ImagesService class</li>
</ol>
<div class="self-name">ImagesService</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">ImagesService</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 class="desc markdown">
<p>Handles fetching and storing of Images.</p>
<p>Since this is very simple use-case, this is the only interface. For complex (actual CRUD-based) I/O,
an additional Repository layer interface can be used between <a href="../features_home_services_images_service/ImagesService-class.html">ImagesService</a> and <a href="../features_home_abstracts_images_api/ImagesApi-class.html">ImagesApi</a>.</p>
</section>
<section class="summary offset-anchor" id="constructors">
<h2>Constructors</h2>
<dl class="constructor-summary-list">
<dt id="ImagesService" class="callable">
<span class="name"><a href="../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></span><span class="signature">(<span class="parameter" id="-param-imagesApi">{<span>required</span> <span class="type-annotation"><a href="../features_home_abstracts_images_api/ImagesApi-class.html">ImagesApi</a></span> <span class="parameter-name">imagesApi</span>, </span><span class="parameter" id="-param-localStorageService"><span>required</span> <span class="type-annotation"><a href="../features_core_services_local_storage_service/LocalStorageService-class.html">LocalStorageService</a></span> <span class="parameter-name">localStorageService</span>, </span><span class="parameter" id="-param-loggingService"><span>required</span> <span class="type-annotation"><a href="../features_core_services_logging_service/LoggingService-class.html">LoggingService</a></span> <span class="parameter-name">loggingService</span>}</span>)</span>
</dt>
<dd>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="instance-properties">
<h2>Properties</h2>
<dl class="properties">
<dt id="firstAvailableImageIndex" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <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">read-only, inherited</div>
</dd>
<dt id="imageModels" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/Iterable-class.html">Iterable</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>&gt;</span></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="initAwaiter" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="lastAvailableImageIndex" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="lastQueryIsCompleted" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></span>
</dt>
<dd>
<div class="features">read-only</div>
</dd>
<dt id="numberOfImages" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</a></span>
<span class="signature">&#8594; <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
</dt>
<dd>
<div class="features">read-only</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">&#8594; <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="imageModelAt" class="callable">
<span class="name"><a href="../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></span><span class="signature">(<wbr><span class="parameter" id="imageModelAt-param-index">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> <span class="parameter-name">index</span>}</span>)
<span class="returntype parameter">&#8594; <a href="../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>
</span>
</dt>
<dd>
</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">&#8594; 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="searchImages" class="callable">
<span class="name"><a href="../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></span><span class="signature">(<wbr><span class="parameter" id="searchImages-param-searchOption">{<span>required</span> <span class="type-annotation"><a href="../features_home_data_enums_search_option/SearchOption.html">SearchOption</a></span> <span class="parameter-name">searchOption</span>, </span><span class="parameter" id="searchImages-param-imageNamePart"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">imageNamePart</span>, </span><span class="parameter" id="searchImages-param-treatAsInSequence"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">treatAsInSequence</span> = <span class="default-value">false</span>}</span>)
<span class="returntype parameter">&#8594; <a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>&gt;</span></span>&gt;</span></span>
</span>
</dt>
<dd>
Performs searching on images, both locally and by a Web API endpoint.
</dd>
<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <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="updateImageFavouriteStatus" class="callable">
<span class="name"><a href="../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></span><span class="signature">(<wbr><span class="parameter" id="updateImageFavouriteStatus-param-imageModel">{<span>required</span> <span class="type-annotation"><a href="../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span> <span class="parameter-name">imageModel</span>, </span><span class="parameter" id="updateImageFavouriteStatus-param-newFavouriteStatus"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">newFavouriteStatus</span>}</span>)
<span class="returntype parameter">&#8594; void</span>
</span>
</dt>
<dd>
</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/dart-core/Object/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">&#8594; <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">inherited</div>
</dd>
</dl>
</section>
<section class="summary offset-anchor" id="static-properties">
<h2>Static Properties</h2>
<dl class="properties">
<dt id="locate" class="property">
<span class="name"><a href="../features_home_services_images_service/ImagesService/locate.html">locate</a></span>
<span class="signature">&#8594; <a href="../features_home_services_images_service/ImagesService-class.html">ImagesService</a></span>
</dt>
<dd>
<div class="features">read-only</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="../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li class="self-crumb">ImagesService class</li>
</ol>
<h5>images_service library</h5>
<ol>
<li class="section-title"><a href="../features_home_services_images_service/features_home_services_images_service-library.html#classes">Classes</a></li>
<li><a href="../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
</ol>
</div>
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
<ol>
<li class="section-title"><a href="../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,155 @@
<!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 ImagesService constructor from Class ImagesService from the images_service library, for the Dart programming language.">
<title>ImagesService constructor - ImagesService - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">ImagesService constructor</li>
</ol>
<div class="self-name">ImagesService</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">ImagesService</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">
<span class="name ">ImagesService</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="-param-imagesApi">{<span>required</span> <span class="type-annotation"><a href="../../features_home_abstracts_images_api/ImagesApi-class.html">ImagesApi</a></span> <span class="parameter-name">imagesApi</span>, </span></li>
<li><span class="parameter" id="-param-localStorageService"><span>required</span> <span class="type-annotation"><a href="../../features_core_services_local_storage_service/LocalStorageService-class.html">LocalStorageService</a></span> <span class="parameter-name">localStorageService</span>, </span></li>
<li><span class="parameter" id="-param-loggingService"><span>required</span> <span class="type-annotation"><a href="../../features_core_services_logging_service/LoggingService-class.html">LoggingService</a></span> <span class="parameter-name">loggingService</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">ImagesService({
required ImagesApi imagesApi,
required LocalStorageService localStorageService,
required LoggingService loggingService,
}) : _imagesApi = imagesApi,
_localStorageService = localStorageService,
_loggingService = loggingService {
_init();
}</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">ImagesService constructor</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 firstAvailableImageIndex property from the ImagesService class, for the Dart programming language.">
<title>firstAvailableImageIndex property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">firstAvailableImageIndex property</li>
</ol>
<div class="self-name">firstAvailableImageIndex</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-property">firstAvailableImageIndex</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
<span class="name ">firstAvailableImageIndex</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">int get firstAvailableImageIndex =&gt; 0;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">firstAvailableImageIndex property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,150 @@
<!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 imageModelAt method from the ImagesService class, for the Dart programming language.">
<title>imageModelAt method - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">imageModelAt method</li>
</ol>
<div class="self-name">imageModelAt</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">imageModelAt</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">
<span class="returntype"><a href="../../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>
<span class="name ">imageModelAt</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="imageModelAt-param-index">{<span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> <span class="parameter-name">index</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">ImageModel imageModelAt({required int index}) =&gt; _imageModels.values.elementAt(index);</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">imageModelAt method</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 imageModels property from the ImagesService class, for the Dart programming language.">
<title>imageModels property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">imageModels property</li>
</ol>
<div class="self-name">imageModels</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-property">imageModels</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/Iterable-class.html">Iterable</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>&gt;</span></span>
<span class="name ">imageModels</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">Iterable&lt;ImageModel&gt; get imageModels =&gt; _imageModels.values.deepCopy;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">imageModels property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 initAwaiter property from the ImagesService class, for the Dart programming language.">
<title>initAwaiter property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">initAwaiter property</li>
</ol>
<div class="self-name">initAwaiter</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-property">initAwaiter</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a></span>
<span class="name ">initAwaiter</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">Future get initAwaiter =&gt; _initAwaiter.future;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">initAwaiter property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 lastAvailableImageIndex property from the ImagesService class, for the Dart programming language.">
<title>lastAvailableImageIndex property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">lastAvailableImageIndex property</li>
</ol>
<div class="self-name">lastAvailableImageIndex</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-property">lastAvailableImageIndex</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
<span class="name ">lastAvailableImageIndex</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">int get lastAvailableImageIndex =&gt; _imageModels.length - 1;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">lastAvailableImageIndex property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 lastQueryIsCompleted property from the ImagesService class, for the Dart programming language.">
<title>lastQueryIsCompleted property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">lastQueryIsCompleted property</li>
</ol>
<div class="self-name">lastQueryIsCompleted</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-property">lastQueryIsCompleted</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter">void</span>&gt;</span></span>
<span class="name ">lastQueryIsCompleted</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">Future&lt;void&gt; get lastQueryIsCompleted =&gt; _searchMutex.lastOperationCompletionAwaiter;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">lastQueryIsCompleted property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 locate property from the ImagesService class, for the Dart programming language.">
<title>locate property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">locate property</li>
</ol>
<div class="self-name">locate</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-property">locate</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></span>
<span class="name ">locate</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">static ImagesService get locate =&gt; Locator.locate();</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">locate property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,152 @@
<!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 numberOfImages property from the ImagesService class, for the Dart programming language.">
<title>numberOfImages property - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">numberOfImages property</li>
</ol>
<div class="self-name">numberOfImages</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-property">numberOfImages</span> property
<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 id="getter">
<section class="multi-line-signature">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span>
<span class="name ">numberOfImages</span>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">int get numberOfImages =&gt; _imageModels.length;</code></pre>
</section>
</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">numberOfImages property</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View 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 searchImages method from the ImagesService class, for the Dart programming language.">
<title>searchImages method - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">searchImages method</li>
</ol>
<div class="self-name">searchImages</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">searchImages</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">
<span class="returntype"><a href="https://api.flutter.dev/flutter/dart-async/Future-class.html">Future</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.flutter.dev/flutter/dart-core/List-class.html">List</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="../../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span>&gt;</span></span>&gt;</span></span>
<span class="name ">searchImages</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="searchImages-param-searchOption">{<span>required</span> <span class="type-annotation"><a href="../../features_home_data_enums_search_option/SearchOption.html">SearchOption</a></span> <span class="parameter-name">searchOption</span>, </span></li>
<li><span class="parameter" id="searchImages-param-imageNamePart"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> <span class="parameter-name">imageNamePart</span>, </span></li>
<li><span class="parameter" id="searchImages-param-treatAsInSequence"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">treatAsInSequence</span> = <span class="default-value">false</span>}</span></li>
</ol>)
</section>
<section class="desc markdown">
<p>Performs searching on images, both locally and by a Web API endpoint.</p>
<p>For now, a simple mechanism is used for handling async calls between (posssible) API fetches -&gt;
just 'pile-up'. A mechanism can be made to 'cancel' a fetch if a newer search request comes in,
but that may be more complicated, and not the point of the assignment I think.
There are lots of optimizations possible for new inputs, for example reducing search frontier
by using set-cover/subsetting optimizations on backspace, and so on, but again, not the point,
I think.</p>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">Future&lt;List&lt;ImageModel&gt;&gt; searchImages({
required SearchOption searchOption,
required String imageNamePart,
bool treatAsInSequence = false,
}) async {
return await _searchMutex.lockAndRun(run: (final unlock) async {
try {
switch (searchOption) {
case SearchOption.local:
final rankedKeys = _imageModels.keys
&#47;&#47; Reduce number of results by atleast occurring
.where((final imageName) =&gt; treatAsInSequence
? imageName.contains(imageNamePart)
: imageName.containsAllCharacters(targetChars: imageNamePart))
.toList(growable: false)
&#47;&#47; Sorting by the highest similarity first
..sort((final a, final b) =&gt;
ConstSorters.stringsSimilarityTarget(targetWord: imageNamePart, a, b))
..reversed;
return _imageModels.valuesByKeys(keys: rankedKeys).toList(growable: false);
case SearchOption.web:
return (await _imagesApi.searchImages(
searchStr: imageNamePart,
token: &#39;&#39;,
))
.map(
(final imageModelDto) =&gt; ImageModel.fromDto(
imageModelDto: imageModelDto,
isFavourite: false,
),
)
.toList(growable: false);
}
} finally {
unlock();
}
});
}</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">searchImages method</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View file

@ -0,0 +1,163 @@
<!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 updateImageFavouriteStatus method from the ImagesService class, for the Dart programming language.">
<title>updateImageFavouriteStatus method - ImagesService class - images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">mc_gallery</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_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">updateImageFavouriteStatus method</li>
</ol>
<div class="self-name">updateImageFavouriteStatus</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">updateImageFavouriteStatus</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">
<span class="returntype">void</span>
<span class="name ">updateImageFavouriteStatus</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="updateImageFavouriteStatus-param-imageModel">{<span>required</span> <span class="type-annotation"><a href="../../features_home_data_models_image_model/ImageModel-class.html">ImageModel</a></span> <span class="parameter-name">imageModel</span>, </span></li>
<li><span class="parameter" id="updateImageFavouriteStatus-param-newFavouriteStatus"><span>required</span> <span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> <span class="parameter-name">newFavouriteStatus</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">void updateImageFavouriteStatus({
required ImageModel imageModel,
required bool newFavouriteStatus,
}) {
_imageModels.updateValueAt(
valueIndex: imageModel.imageIndex,
newValue: imageModel.copyWith(isFavourite: newFavouriteStatus),
);
&#47;&#47;todo(mehul): Consider adding an update listener to _imageModels, sync with _localStorageService
_localStorageService.updateFavourite(
index: imageModel.imageIndex, newValue: newFavouriteStatus);
}</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="../../features_home_services_images_service/features_home_services_images_service-library.html">images_service</a></li>
<li><a href="../../features_home_services_images_service/ImagesService-class.html">ImagesService</a></li>
<li class="self-crumb">updateImageFavouriteStatus method</li>
</ol>
<h5>ImagesService class</h5>
<ol>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#constructors">Constructors</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/ImagesService.html">ImagesService</a></li>
<li class="section-title">
<a href="../../features_home_services_images_service/ImagesService-class.html#instance-properties">Properties</a>
</li>
<li><a href="../../features_home_services_images_service/ImagesService/firstAvailableImageIndex.html">firstAvailableImageIndex</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModels.html">imageModels</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/initAwaiter.html">initAwaiter</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastAvailableImageIndex.html">lastAvailableImageIndex</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/lastQueryIsCompleted.html">lastQueryIsCompleted</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/numberOfImages.html">numberOfImages</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="../../features_home_services_images_service/ImagesService-class.html#instance-methods">Methods</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/imageModelAt.html">imageModelAt</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/searchImages.html">searchImages</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/updateImageFavouriteStatus.html">updateImageFavouriteStatus</a></li>
<li class="section-title inherited"><a href="../../features_home_services_images_service/ImagesService-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="section-title"><a href="../../features_home_services_images_service/ImagesService-class.html#static-properties">Static properties</a></li>
<li><a href="../../features_home_services_images_service/ImagesService/locate.html">locate</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>

View 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="images_service library API docs, for the Dart programming language.">
<title>images_service 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">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">mc_gallery</a></li>
<li class="self-crumb">images_service library</li>
</ol>
<div class="self-name">images_service</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">images_service</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="ImagesService">
<span class="name "><a href="../features_home_services_images_service/ImagesService-class.html">ImagesService</a></span>
</dt>
<dd>
Handles fetching and storing of Images.
</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">images_service 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>images_service library</h5>
<ol>
<li class="section-title"><a href="../features_home_services_images_service/features_home_services_images_service-library.html#classes">Classes</a></li>
<li><a href="../features_home_services_images_service/ImagesService-class.html">ImagesService</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>