Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
621 B

  1. # Prelude Dart
  2. !!! Note
  3. This module builds on top of the lsp-module.
  4. The dart module is powered by [lsp-dart](https://emacs-lsp.github.io/lsp-dart/)
  5. Some features it provides:
  6. - Flutter integration
  7. - Tree views
  8. - Run pub
  9. - Debug
  10. - Run tests
  11. Some commands:
  12. `lsp-dart-pub-get` - Run pub get or flutter pub get on project root.
  13. `lsp-dart-pub-upgrade` - Run pub upgrade or flutter pub upgrade on project root.
  14. `lsp-dart-pub-outdated` - Run pub outdated or flutter pub outdated on project root.
  15. `lsp-dart-run-all-tests` - Run all tests from project.
  16. `lsp-dart-run-test-file` - Run all tests from current test buffer.