-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (106 loc) · 4.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!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="generator" content="made with love by dartdoc 2.0.0">
<meta name="description" content="flutter_timer API docs, for the Dart programming language.">
<title>flutter_timer - Dart API docs</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="static-assets/github.css?v1">
<link rel="stylesheet" href="static-assets/styles.css?v1">
<link rel="icon" href="static-assets/favicon.png?v1">
</head>
<body data-base-href=""
data-using-base-href="false">
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button"> </button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li class="self-crumb">flutter_timer package</li>
</ol>
<div class="self-name">flutter_timer</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">
<section class="desc markdown">
<h1 id="chroneum">Chroneum!</h1>
<p>A nice Flutter Neumorphic timer and chronometer.</p>
<h2 id="more-details">More Details</h2>
<p>The application is developed following the Neumorphic Design guidelines. (Further details are present in the code's comments)</p>
<p>How to:</p>
<ul>
<li>Set the timer: click on the + and - buttons to increment/decrement the values of hours, minutes and seconds</li>
<li>Reset the timer: tap on the reload-time icon or, if running, on the X icon</li>
<li>Reset the chrono: tap on the X icon</li>
</ul>
<p>Backend:</p>
<ul>
<li>The Backend is developed in order to let the application set and sync herself based on the values retrieved from the stream. There are two streams: one for the timer and one for the chronometer.</li>
</ul>
<p>Detailed Preview:</p>
<ul>
<li>The App is designed to garantuee a great UX combined with a satisfying UI. If leaving the timer's counter empty, the START and reset buttons are unavailable and therefore flatten down. At the end of the timer's countdown a short ringtone is played.
The User Interface is very simple and intuitive, realised in order to be coherent with the innovative Neumorphic Design style, with the associated animations too.
In this interface, every color or graphical detail (such as button depth) is assigned and updated dynamically by the relative methods.</li>
</ul>
<h3 id="detailed-technical-documentations-path">Detailed (Technical) Documentation's path</h3>
<p><a href="doc/api/index.html">doc/api/index.html</a></p>
<h3 id="credits">Credits</h3>
<p>Developer's accounts:</p>
<ul>
<li><a href="https://github.com/aledipa">GitHub - AleDipa</a></li>
<li><a href="https://gitlab.com/AleDipa">GitLab - AleDipa</a></li>
</ul>
</section>
<section class="summary">
<h2>Libraries</h2>
<dl>
<dt id="generated_plugin_registrant">
<span class="name"><a href="generated_plugin_registrant/generated_plugin_registrant-library.html">generated_plugin_registrant</a></span>
</dt>
<dd>
</dd>
<dt id="main">
<span class="name"><a href="main/main-library.html">main</a></span>
</dt>
<dd>
</dd>
</dl>
</section>
</div> <!-- /.main-content -->
<div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li class="self-crumb">flutter_timer package</li>
</ol>
<h5 class="hidden-xs"><span class="package-name">flutter_timer</span> <span class="package-kind">package</span></h5>
<ol>
<li class="section-title">Libraries</li>
<li><a href="generated_plugin_registrant/generated_plugin_registrant-library.html">generated_plugin_registrant</a></li>
<li><a href="main/main-library.html">main</a></li>
</ol>
</div>
<div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
</div>
</main>
<footer>
<span class="no-break">
flutter_timer
1.0.0+1
</span>
</footer>
<script src="static-assets/highlight.pack.js?v1"></script>
<script src="static-assets/script.js?v1"></script>
</body>
</html>