Generated output — this is a static snapshot rendered from .vibekb/. The .vibekb/ content is the source of truth. See Reference for provenance.

App core

Deep link handling

Processes payment success, home/pledge/panic/meditation schemes, share invites, and promo deep links; some declared routes lack handlers.

Partially implemented Verified from source User-facing

In one sentence

_processDeepLink routes known URIs; platform manifests declare additional paths that the Dart handler does not fully cover.

Current behavior

Handled in source: https://stoppr.app/payment/success, stoppr://home, stoppr://pledge, stoppr://panic, stoppr://meditation, share tokens via SharingService, and AppsFlyer promo application.

Gaps

  • Android declares stoppr://payment/success and /winback without matching

Dart handlers (winback noted removed).

  • Widget URI stoppr://accountability is emitted by iOS widgets but not

handled in _processDeepLink.

Current state

Partial. Verification: verified-from-source.