{"id":15506547,"url":"https://github.com/f-person/nvim-sort-dart-imports","last_synced_at":"2026-05-07T06:37:56.119Z","repository":{"id":104317937,"uuid":"273976800","full_name":"f-person/nvim-sort-dart-imports","owner":"f-person","description":"Sort Dart imports in an organized way","archived":false,"fork":false,"pushed_at":"2021-01-03T16:03:35.000Z","size":80,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T08:57:18.773Z","etag":null,"topics":["dart","flutter","flutter-tool","neovim","neovim-lua"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-person.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"f-person","custom":"https://www.buymeacoffee.com/fperson"}},"created_at":"2020-06-21T20:13:57.000Z","updated_at":"2023-02-23T07:42:52.000Z","dependencies_parsed_at":"2023-03-12T15:30:38.732Z","dependency_job_id":null,"html_url":"https://github.com/f-person/nvim-sort-dart-imports","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f-person/nvim-sort-dart-imports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-person%2Fnvim-sort-dart-imports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-person%2Fnvim-sort-dart-imports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-person%2Fnvim-sort-dart-imports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-person%2Fnvim-sort-dart-imports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-person","download_url":"https://codeload.github.com/f-person/nvim-sort-dart-imports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-person%2Fnvim-sort-dart-imports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32726457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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","flutter","flutter-tool","neovim","neovim-lua"],"created_at":"2024-10-02T09:28:23.554Z","updated_at":"2026-05-07T06:37:56.114Z","avatar_url":"https://github.com/f-person.png","language":"Lua","funding_links":["https://github.com/sponsors/f-person","https://www.buymeacoffee.com/fperson"],"categories":[],"sub_categories":[],"readme":"# nvim-sort-dart-imports\nSort Dart imports in an organized way\n\nIt sorts imports by the following order:\n```\ndart imports\n\npackage imports\n\ncurrent package imports\n\nrelative imports\n\nexports\n\npart statements\n```\n\n## Installation\n### Using [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'f-person/nvim-sort-dart-imports'\n```\n\n## Usage\n#### Sort Dart imports\n```vim\n:DartSortImports\n```\n\n#### Automatically sort Dart imports on save\n```vim\naugroup sortDartImports\n\tautocmd!\n\tautocmd BufWrite *.dart :DartSortImports\naugroup END\n```\n\n## Demo\n![demo](assets/demo.gif?raw=true)\n\nInspired by [Dart Data Class Generator](https://github.com/bnxm/Dart-Data-Class-Generator) [VS Code extension](https://marketplace.visualstudio.com/items?itemName=BendixMa.dart-data-class-generator)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-person%2Fnvim-sort-dart-imports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-person%2Fnvim-sort-dart-imports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-person%2Fnvim-sort-dart-imports/lists"}