This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
[Enhacement] Use the stack_trace package #1153
Open
Description
Using the stack_trace package could simplify the angular code but pushing the StackTrace
handling to an external package.
stack_trace has support for:
- getting the current stack trace,
- chain of stack traces (when using async functions),
- pretty printing
It should be implemented in zone.dart
, zone_spec.dart