zed/extensions/dart
Marshall Bowers 1f0b7d45ff
extensions: Upgrade zed_extension_api to v0.1.0 (#16955)
This PR updates the `zed_extension_api` to v0.1.0 for the extensions
that live in this repo.

The changes in that version of additive, so none of the extensions need
to change their usage in order to upgrade.

Release Notes:

- N/A
2024-08-27 12:00:43 -04:00
..
languages/dart
src
Cargo.toml extensions: Upgrade zed_extension_api to v0.1.0 (#16955) 2024-08-27 12:00:43 -04:00
extension.toml dart: Release 0.0.3 (#14176) 2024-07-11 11:48:04 +02:00
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.