mirror of
https://github.com/hanskokx/application_architecture_using_arcane.git
synced 2026-05-14 02:19:06 +02:00
Fix embeds
This commit is contained in:
@@ -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]]
|
||||

|
||||
Figure 1: Logical architecture layout
|
||||
![[Architecture.drawio]]
|
||||
|
||||
A simplified version of the diagram can be found in Figure 2:
|
||||
|
||||
![[Architecture-simple.jpg]]
|
||||

|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user