zed/extensions/dart/README.md
Abdullah Alsigar bdba8b23fa
dart: Add Flutter runnables and tasks (#13686)
Release Notes:

- Added runnable tasks for Flutter
2024-07-11 10:46:53 +02:00

6 lines
205 B
Markdown

## 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.