dart_nvim_api 0.3.0 copy "dart_nvim_api: ^0.3.0" to clipboard
dart_nvim_api: ^0.3.0 copied to clipboard

A Neovim API for Dart allowing for communication between a Neovim instance and a Dart program. Can be used for creating Neovim plugins, Neovim frontend GUIs, etc.

3
likes
105/ 140
pub points
15%
popularity

We analyzed this package 4 days ago, and awarded it 105 pub points (of a possible 140):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

0/5 points: Provide a valid CHANGELOG.md

Links in `CHANGELOG.md` should be secure. 1 link is insecure.

CHANGELOG.md:29:56

   ╷
29 │ <li>Updated README to show latest library version from <a href="http://pub.dev">pub.dev</a></li>
   │                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

10/10 points: Use an OSI-approved license

Detected license: MIT.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

1 out of 171 API elements (0.6 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: dart_nvim_api, dart_nvim_api.NOTIFICATION, dart_nvim_api.Nvim, dart_nvim_api.Nvim.call, dart_nvim_api.Nvim.child.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dart_nvim_api/dart_nvim_api.dart that imports:
  • package:dart_nvim_api/src/gen/window.g.dart that imports:
  • package:dart_nvim_api/src/neovim.dart that imports:
  • dart:isolate
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 31 issues. Showing the first 2:

WARNING: Duplicate import.

lib/src/gen/buffer.g.dart:4:8

  ╷
4 │ import '../ext_types.dart';
  │        ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/buffer.g.dart

WARNING: Duplicate import.

lib/src/gen/tabpage.g.dart:4:8

  ╷
4 │ import '../ext_types.dart';
  │        ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/tabpage.g.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
meta ^1.1.7 1.14.0 1.14.0
msgpack_dart ^1.0.0 1.0.1 1.0.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

3
likes
105
pub points
15%
popularity

Publisher

unverified uploader

A Neovim API for Dart allowing for communication between a Neovim instance and a Dart program. Can be used for creating Neovim plugins, Neovim frontend GUIs, etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta, msgpack_dart

More

Packages that depend on dart_nvim_api