dart_spawner 1.0.3 copy "dart_spawner: ^1.0.3" to clipboard
dart_spawner: ^1.0.3 copied to clipboard

outdated

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.3 #

  • projectPackageConfigUri:
    • Return .dart_tool/package_config.json, since .packages is deprecated.
  • Added runDartPubGet, ensureProjectDependenciesResolved, existsProjectPackageConfigUri and cleanDartPubGetGeneratedFiles.
  • Improve tests:
    • Test spawn of file in a different project (test/test_project), with different dependencies.
  • Change package pedantic (deprecated) to lints.
  • lints: ^1.0.1

1.0.2 #

  • Improved spawnedMain console logging.

1.0.1 #

  • Adjust package description.
  • Adjust README.md.
    • Added codecov.io badge.

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.
12
likes
0
pub points
76%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async_extension, path, yaml

More

Packages that depend on dart_spawner