dart_spawner 1.0.5
dart_spawner: ^1.0.5 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.5 #
- Renamed
runCommand
torunProcess
.- Returns a
ProcessInfo
.
- Returns a
- Added
runDartVM
, to start a new Dart VM.
1.0.4 #
DartProject.cleanDartPubGetGeneratedFiles
:- Fix
deleteDirectory
.
- Fix
1.0.3 #
projectPackageConfigUri
:- Return
.dart_tool/package_config.json
, since.packages
is deprecated.
- Return
- Added
runDartPubGet
,ensureProjectDependenciesResolved
,existsProjectPackageConfigUri
andcleanDartPubGetGeneratedFiles
. - Improve tests:
- Test spawn of file in a different project (
test/test_project
), with different dependencies.
- Test spawn of file in a different project (
- Change package
pedantic
(deprecated) tolints
. - lints: ^1.0.1
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.