frontend_server_client
Client code to start and interact with the frontend_server compiler from the Dart SDK.
4.0.0
8.4M downloads/mo
#57 most downloaded on pub.dev
dart-lang/webdev
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 1.3 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
10 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Nov 2020 to Mar 2024
2021
2022
2023
2024
2025
2026
Releases
latest 10-
4.0.026 Mar 2024Release notes
Open source →- Update Dart SDK constraint to
^3.0.0. - Support changes in the SDK layout for Dart 3.0.
- By default, start the frontend server from the AOT snapshot shipped in the Dart SDK.
- Throw an
ArgumentErrorwhenFrontendServerClient.startis called with thefrontendServerPathargument omitted and thedebugargument set to true. - Update
package:vm_serviceconstraint to^14.0.0.
- Update Dart SDK constraint to
-
3.2.024 Nov 2022Release notes
Open source →- Add
nativeAssetsparameter toFrontendServerClient, for passing additional--native-assetsto the kernel compiler.
- Add
-
3.1.020 Oct 2022Release notes
Open source →- Add
additionalSourcesparameter toFrontendServerClient, for passing additional--sources to the kernel compiler.
- Add
-
3.0.018 Aug 2022Release notes
Open source →- Update the
compileapi to return a non-nullCompileResult, and instead make thedillOutputfield nullable. This allows you to still get compiler output if no dill file was produced.
- Update the
-
2.1.316 May 2022 -
2.1.219 Aug 2021Release notes
Open source →- Force kill the frontend server after one second when calling shutdown. It appears to hang on windows sometimes.
-
2.1.116 Aug 2021Release notes
Open source →- Fix a bug where spaces in the output dill path would cause a parse error when reading the error count output.
-
2.1.029 Apr 2021 -
2.0.010 Mar 2021 -
1.0.030 Nov 2020