30 lines
436 B
Markdown
30 lines
436 B
Markdown
|
## Architektur
|
||
|
|
||
|
### Analyse
|
||
|
|
||
|
### Design
|
||
|
|
||
|
- three-layer architecture [@hajianFlutterEngineering2024, 219]
|
||
|
|
||
|
\begin{figure}[ht]
|
||
|
\centering
|
||
|
\begin{minipage}{7cm}
|
||
|
\dirtree{%
|
||
|
.1 lib/.
|
||
|
.2 common.
|
||
|
.2 constants.
|
||
|
.2 features.
|
||
|
.3 benchmark.
|
||
|
.3 home.
|
||
|
.3 settings.
|
||
|
<!-- prettier-ignore -->
|
||
|
.3 system\_information.
|
||
|
.2 localization.
|
||
|
}
|
||
|
\end{minipage}
|
||
|
\caption{Example caption}
|
||
|
|
||
|
<!-- prettier-ignore -->
|
||
|
\caption*{Quelle: hier Quellangabe}
|
||
|
\end{figure}
|