zed/extensions/dart
Marshall Bowers 5e9ff3e313
dart: Bump to v0.1.2 (#19835)
This PR bumps the Dart extension to v0.1.2.

Changes:

- https://github.com/zed-industries/zed/pull/19592

Release Notes:

- N/A
2024-10-28 11:36:44 -04:00
..
languages/dart dart: Add support for documentation comments (#19592) 2024-10-28 11:20:04 -04:00
src dart: Respect LSP binary settings (#17494) 2024-09-16 11:03:51 -04:00
Cargo.toml dart: Bump to v0.1.2 (#19835) 2024-10-28 11:36:44 -04:00
extension.toml dart: Bump to v0.1.2 (#19835) 2024-10-28 11:36:44 -04:00
LICENSE-APACHE
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.