tools/tinker_tool library
Dart Tinker Tool
Execute Dart code in an isolated context for safe code execution. Similar to Laravel's tinker, but with sandboxed execution.
Classes
- TinkerExecutionMessage
- Message sent to isolate for execution
- TinkerExecutionResult
- Result from isolate execution
- TinkerSecurityConfig
- Security configuration for TinkerTool
- TinkerTool
- Dart Tinker Tool