component/support/app library
Classes
- ArcaneApp
- A root widget for Arcane applications, serving as the central entry point that wraps MaterialApp with Arcane-specific theming, navigation, and global providers.
- ArcaneAppState
- The state class for ArcaneApp, managing app-level state including theme and navigation.
- ArcaneScrollBehavior
- Custom scroll behavior for Arcane applications, extending MaterialScrollBehavior.
Mixins
- MagicInitializer
- A mixin for widgets that require custom initialization tasks in Arcane apps.