Ark Error Manager 1.0 stabilizes the complete error-processing path
The pure-Dart core and Flutter adapter fix contracts for intake, classification, policy, reporting, presentation, recovery, and framework hooks.
An exception is only the beginning of error handling
ark_error_manager and ark_error_manager_flutter reached 1.0.0. The core package defines an application-owned ordered pipeline from occurrence and classification through assessment, policy, reporting, presentation, recovery, and observation. The Flutter adapter binds framework and platform hooks, contributes bounded runtime context, and connects presentation to navigation without injecting the manager into every feature.
The stable release also makes pressure and unsafe data visible. Intake is bounded, rejected occurrences remain observable, and recursive sanitization handles cycles, secret masking, truncation, and defensive conversion. Hook ownership is explicit and previous Flutter handlers are restored when the binding closes. The line provides infrastructure for an error policy; it does not decide a product's user-facing recovery rules.
Both packages are available on pub.dev, with runnable examples and source in GitLab.