For the complete documentation index, see llms.txt. This page is also available as Markdown.

How Scope Works

How it works

Scope uses Dart's native Zone implementation.

Zones allow you to associate a map of key/value pairs with each zone.

Scope takes advantage of that fact and wraps lots of syntactic sugar around the Zone to make it easy to use.

Last updated