mirror of
https://github.com/hanskokx/application_architecture_using_arcane.git
synced 2026-05-14 10:29:05 +02:00
Update ToC
This commit is contained in:
@@ -2,48 +2,47 @@
|
|||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
- [Application Architecture Using Arcane](#application-architecture-using-arcane)
|
- [Contents](#contents)
|
||||||
- [Contents](#contents)
|
- [Overview](#overview)
|
||||||
- [Overview](#overview)
|
|
||||||
- [Slides](#slides)
|
- [Slides](#slides)
|
||||||
- [Implementations](#implementations)
|
- [Implementations](#implementations)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Overview](#overview-1)
|
- [Overview](#overview-1)
|
||||||
- [Screen(s)](#screens)
|
- [Screen(s)](#screens)
|
||||||
- [State Management](#state-management)
|
- [State Management](#state-management)
|
||||||
- [Feature API](#feature-api)
|
- [Feature API](#feature-api)
|
||||||
- [Services](#services)
|
- [Services](#services)
|
||||||
- [Service Provider](#service-provider)
|
- [Service Provider](#service-provider)
|
||||||
- [Example Service](#example-service)
|
- [Example Service](#example-service)
|
||||||
- [Logging](#logging)
|
- [Logging](#logging)
|
||||||
- [Creating a Logging Interface](#creating-a-logging-interface)
|
- [Creating a Logging Interface](#creating-a-logging-interface)
|
||||||
- [Registering Logging Interfaces](#registering-logging-interfaces)
|
- [Registering Logging Interfaces](#registering-logging-interfaces)
|
||||||
- [When, Where, What, and How to Log Events](#when-where-what-and-how-to-log-events)
|
- [When, Where, What, and How to Log Events](#when-where-what-and-how-to-log-events)
|
||||||
- [Secrets and Configuration](#secrets-and-configuration)
|
- [Secrets and Configuration](#secrets-and-configuration)
|
||||||
- [Secrets](#secrets)
|
- [Secrets](#secrets)
|
||||||
- [Accessing Secrets](#accessing-secrets)
|
- [Accessing Secrets](#accessing-secrets)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Dependency Injection](#dependency-injection)
|
- [Dependency Injection](#dependency-injection)
|
||||||
- [HTTP Client](#http-client)
|
- [HTTP Client](#http-client)
|
||||||
- [Client Interface](#client-interface)
|
- [Client Interface](#client-interface)
|
||||||
- [Dio Helper](#dio-helper)
|
- [Dio Helper](#dio-helper)
|
||||||
- [Interceptors](#interceptors)
|
- [Interceptors](#interceptors)
|
||||||
- [Authorization Interceptor](#authorization-interceptor)
|
- [Authorization Interceptor](#authorization-interceptor)
|
||||||
- [Connectivity Interceptor](#connectivity-interceptor)
|
- [Connectivity Interceptor](#connectivity-interceptor)
|
||||||
- [Routing](#routing)
|
- [Routing](#routing)
|
||||||
- [Defining Available Routes](#defining-available-routes)
|
- [Defining Available Routes](#defining-available-routes)
|
||||||
- [Redirection Handling](#redirection-handling)
|
- [Redirection Handling](#redirection-handling)
|
||||||
- [The Router](#the-router)
|
- [The Router](#the-router)
|
||||||
- [Using the Router](#using-the-router)
|
- [Using the Router](#using-the-router)
|
||||||
- [Redirecting Upon Logout](#redirecting-upon-logout)
|
- [Redirecting Upon Logout](#redirecting-upon-logout)
|
||||||
- [App Scaffolding](#app-scaffolding)
|
- [App Scaffolding](#app-scaffolding)
|
||||||
- [AppScaffoldShell](#appscaffoldshell)
|
- [AppScaffoldShell](#appscaffoldshell)
|
||||||
- [AppScaffold](#appscaffold)
|
- [AppScaffold](#appscaffold)
|
||||||
- [Theming and Styling](#theming-and-styling)
|
- [Theming and Styling](#theming-and-styling)
|
||||||
- [Defining the Theme and Theme Parts](#defining-the-theme-and-theme-parts)
|
- [Defining the Theme and Theme Parts](#defining-the-theme-and-theme-parts)
|
||||||
- [Defining the Application Colors](#defining-the-application-colors)
|
- [Defining the Application Colors](#defining-the-application-colors)
|
||||||
- [Applying the Theme](#applying-the-theme)
|
- [Applying the Theme](#applying-the-theme)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
- [Authentication Interfaces](#authentication-interfaces)
|
- [Authentication Interfaces](#authentication-interfaces)
|
||||||
- [Registering Authentication Interfaces](#registering-authentication-interfaces)
|
- [Registering Authentication Interfaces](#registering-authentication-interfaces)
|
||||||
- [Logging in and out](#logging-in-and-out)
|
- [Logging in and out](#logging-in-and-out)
|
||||||
|
|||||||
Reference in New Issue
Block a user