dart_spawner 1.0.2
dart_spawner: ^1.0.2 copied to clipboard
Runs a Dart script/File/Uri inside a new Isolate of the current Dart VM. It also can spawn a Dart File from another Dart project/package into the current Dart VM.
1.0.2 #
- Improved
spawnedMain
console logging.
1.0.1 #
- Adjust package description.
- Adjust
README.md
.- Added
codecov.io
badge.
- Added
1.0.0 #
- Support to spawn Dart entry points: script, file and Uri.
- Allow the use of another project/package dependencies while running a spawned Dart entry point.
- Added code coverage.
- Initial version.