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
src
Cargo.toml
extension.toml
LICENSE-APACHE
README.md

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.