{"id":20496465,"url":"https://github.com/sciencefidelity/nova-dart","last_synced_at":"2026-03-07T00:01:45.505Z","repository":{"id":43386959,"uuid":"381518588","full_name":"sciencefidelity/Nova-Dart","owner":"sciencefidelity","description":"Dart and Flutter tooling for Nova.","archived":false,"fork":false,"pushed_at":"2022-07-11T19:45:53.000Z","size":2861,"stargazers_count":13,"open_issues_count":6,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-13T18:43:48.703Z","etag":null,"topics":["dart","dartlang","flutter","nova","nova-extension"],"latest_commit_sha":null,"homepage":"https://extensions.panic.com/extensions/sciencefidelity/sciencefidelity.dart/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sciencefidelity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-29T23:08:00.000Z","updated_at":"2024-09-24T17:12:13.000Z","dependencies_parsed_at":"2022-07-14T15:00:29.827Z","dependency_job_id":null,"html_url":"https://github.com/sciencefidelity/Nova-Dart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sciencefidelity/Nova-Dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencefidelity%2FNova-Dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencefidelity%2FNova-Dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencefidelity%2FNova-Dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencefidelity%2FNova-Dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sciencefidelity","download_url":"https://codeload.github.com/sciencefidelity/Nova-Dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencefidelity%2FNova-Dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30204109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","dartlang","flutter","nova","nova-extension"],"created_at":"2024-11-15T18:07:15.701Z","updated_at":"2026-03-07T00:01:45.454Z","avatar_url":"https://github.com/sciencefidelity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Dart and Flutter tooling for Nova\n\n\u003e This extension is in early development.\n\n[Nova](https://nova.app) support for [Dart](https://dart.dev), [Flutter](https://flutter.dev) and [AngularDart](https://angualardart.dev).\n\nSupport for syntax highlighting, language server protocol, auto formatting, clips and the Nova Color Assistant.\n\n### Useful links\n\n- [Setting up Flutter tooling on macOS](https://flutter.dev/docs/get-started/install/macos)\n- [List of Dart lint rules](https://dart-lang.github.io/linter/lints/)\n- [Customising the linter](https://dart.dev/guides/language/analysis-options#the-analysis-options-file)\n- [Dart diagnostic messages](https://dart.dev/tools/diagnostic-messages)\n- [Effective Dart documentation](https://dart.dev/guides/language/effective-dart/documentation)\n- [The Flutter command-line tool](https://flutter.dev/docs/reference/flutter-cli)\n- [Flutter DevTools documentation](https://flutter.dev/docs/development/tools/devtools)\n- [Dart DevTools documentation](https://dart.dev/tools/dart-devtools)\n- [Dart Code site](https://dartcode.org)\n\n### TODO\n\n- Have a running app [hot reloaded](https://flutter.dev/docs/development/tools/hot-reload) on save, add buttons and commands to start, stop hot reload and hot restart (`r` and `R` in the terminal).\n- Add a command to create a Flutter app.\n- Add command to open [Dart's devtools](https://dart.dev/tools/dart-devtools).\n- Show scaffold of the open file in the sidebar ([Dart Code](https://github.com/Dart-Code/Dart-Code) does this).\n- Allow user to enable/disable highlighting inside strings. ([Dart Vim Plugin](https://github.com/dart-lang/dart-vim-plugin) does this).\n\n### Known bugs\n\n- Nova does not allow scrolling inside LSP hover windows and many of the Dart analysis docs are too long to fit on screen.\n- Syntax highlighting does not work inside LSP hover windows.\n- Key bindings do not work if two running extensions use the same key binding. I would like to use `option-shift-f` to format, as is used by Prettier and Dart Code, but it does not work if Prettier is also running. Auto format on save is not affected.\n- Some syntax colours are as yet undecided and could change in the final syntax: `this` and `super`, dartdoc highlighting.\n\n### Contributing\n\nClone this repo, run `yarn` or `npm install` in the top level directory to install dependencies. Open in Nova `nova .` then run the custom task to build the extension scripts before activating the project as extension from the the Extensions menu.\n\nThank you!\n\n### Credits\n\nThe syntax of Dart was modified from [Dart Code](https://github.com/Dart-Code/Dart-Code) by Danny Tuppeny. Much of the code for the LSP was copied from [TypeScript](https://github.com/apexskier/nova-typescript) by Cameron Little. Clips are borrowed from [Dart Code](https://github.com/Dart-Code/Dart-Code) by Danny Tuppeny. The script for loading the color assistant was adapted from Nova's built in css extension. Many thanks to the creators of those extensions!\n\nDart and the related logo are trademarks of Google LLC. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.\n\n\u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciencefidelity%2Fnova-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciencefidelity%2Fnova-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciencefidelity%2Fnova-dart/lists"}