frontend_server_client 2.1.0 frontend_server_client: ^2.1.0 copied to clipboard
Client code to start and interact with the frontend_server compiler from the Dart SDK.
2.1.0 #
- Support enabling experiments when starting the compiler.
2.0.1 #
- Widen the upper bound sdk constraint to
<3.0.0
. The frontend server api is now considered quite stable and this package is now depended on by package:test, so a tight constraint would cause unnecessary headaches.
2.0.0 #
- Support null safety.
1.0.0 #
- Initial version