zed/extensions/dart
Piotr Osiewicz 6a11184ea3
dart: Release 0.0.3 (#14176)
Includes: https://github.com/zed-industries/zed/pull/13686

Release Notes:

- Added Flutter tasks to Dart extension.
2024-07-11 11:48:04 +02:00
..
languages/dart dart: Add Flutter runnables and tasks (#13686) 2024-07-11 10:46:53 +02:00
src Add language_server_workspace_configuration to extension API (#10212) 2024-04-05 17:04:07 -04:00
Cargo.toml dart: Release 0.0.3 (#14176) 2024-07-11 11:48:04 +02:00
extension.toml dart: Release 0.0.3 (#14176) 2024-07-11 11:48:04 +02:00
LICENSE-APACHE Add language_server_workspace_configuration to extension API (#10212) 2024-04-05 17:04:07 -04:00
README.md dart: Add Flutter runnables and tasks (#13686) 2024-07-11 10:46:53 +02:00

Roadmap

  1. Add dart run command.
  2. Add dart test command.
  3. Add flutter test --name command, to allow running a single test or group of tests.
  4. Auto hot reload Flutter app when files change.