weaver top-level property
The package-default Weaver instance.
Use this for normal apps so widgets and scopes share one container. Create your own Weaver only when you need isolation (e.g. parallel tests or multiple independent trees).
Implementation
final weaver = Weaver();