From 160156d95a0c03def0e415b6fc3f2e402c2f9b89 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Fri, 10 Jan 2025 16:27:59 +0100 Subject: [PATCH] Fix embeds --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d8932ee..d6300df 100644 --- a/README.md +++ b/README.md @@ -58,20 +58,19 @@ This architecture uses the Arcane (**A**gnostic **R**eusable **C**omponent **A** The logical layout of the application is defined in Figure 1: -![[Architecture.svg]] +![Architecture](https://github.com/user-attachments/assets/55c3be4d-b274-4b47-a061-bea4afceb843) Figure 1: Logical architecture layout -![[Architecture.drawio]] A simplified version of the diagram can be found in Figure 2: -![[Architecture-simple.jpg]] +![Architecture-simple](https://github.com/user-attachments/assets/00ea0ee7-ad43-442e-bbf8-4617b6dbf3f8) Figure 2: Logical architecture layout (simplified) -![[Architecture-simple.drawio]] ### Slides For slides that present this architecture, please click [here](https://docs.google.com/presentation/d/1324qUQ19uyAPO83Cn2mRgnQYMpt9zFZqFm3s3raPddo/edit?usp=sharing). -![[Application Architecture.pptx]] + +Slides: [Application Architecture.pptx](https://github.com/user-attachments/files/18379060/Application.Architecture.pptx) ### Implementations @@ -1151,9 +1150,11 @@ The App Scaffold consists of two parts: Video 1 showcases (approximately) what it looks like in action: -![[adaptive_scaffold_example.mp4]] +https://github.com/user-attachments/assets/c477705d-ba44-487b-a907-0fc7d89222f0 + Video 1: an example implementation of the custom_adaptive_scaffold (in this example, [flutter_adaptive_scaffold](https://pub.dev/packages/flutter_adaptive_scaffold) is used, instead, which is what custom_adaptive_scaffold is based on). + #### AppScaffoldShell The `AppScaffoldShell` widget is used to provide the navigation options to the user. This includes a tab bar (in phone layouts) and a sidebar on larger screens.