Tutorials
Ark Error Manager tutorials
Build complete root integrations for pure Dart and Flutter applications.
v0.1.0-dev.1Beginner
Ark Error Manager tutorials
Read Choose the correct handling path and Ordered processing pipeline first. The tutorials begin at the application bootstrap and assume that expected outcomes already remain in typed business state.
Choose the host
- Build a pure-Dart error boundary — configure the environment, classify one integration failure, add bounded context, connect an application-owned Zone, inspect the pipeline, and close a controlled process.
- Build a Flutter root integration — connect Zone, framework, and platform paths; detect build mode; present through an application delegate; preserve or replace previous handlers deliberately.
Both tutorials keep the manager at the composition root. Feature code receives neither the manager nor its Flutter binding.
After the tutorial, review Incident and report trust boundary before replacing DeveloperLogErrorReporter with a remote destination. A successful bootstrap does not by itself establish safe collection, transport, access, retention, or deletion.