scope
  • Overview
  • Fundamentals
    • Installing
    • Scope
      • Creating
      • Using
      • Detecting
      • Nesting
      • Async
      • Single and Sequence factories
      • Returning values
      • Mutable values
    • GlobalScope
    • Overriding
    • Type safety
    • Debugging
    • How Scope Works
  • Guides
    • Best Practice
    • How is Scope different from 'x'
Powered by GitBook
On this page
  1. Fundamentals

How Scope Works

PreviousDebuggingNextBest Practice

Last updated 3 years ago

How it works

Scope uses Dart's native 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.

Zone