JotrockenMitLockenRoutes class

Routes configuration for the Kataglyphis Inference Engine application.

This class extends RoutesCreator to provide all application routes, organized into logical groups:

  • Navigation Bar Pages: Stream, Landing, About Me
  • Footer Pages: Imprint, Contact, Privacy, etc.
  • Blog Pages: Dynamically loaded from blog configuration
  • Data Pages: Block overview and media critics
  • Error Pages: 404 and other error states

Each route is paired with a StatefulBranchInfoProvider that supplies routing metadata like the URL path segment.

Example usage:

final routesCreator = JotrockenMitLockenRoutes(
  blogDependentAppAttributes: blogAttributes,
);
final router = routesCreator.getRouterConfig(appAttributes, ...);

Constructors

JotrockenMitLockenRoutes({required dynamic blogDependentAppAttributes})

Properties

blogDependentAppAttributes ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllPagesWithConfigs(dynamic appAttributes) List<(dynamic, dynamic)>
getFooter(dynamic appAttributes) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited