do_dart 2.0.0-dev.0 copy "do_dart: ^2.0.0-dev.0" to clipboard
do_dart: ^2.0.0-dev.0 copied to clipboard

do_dart is an implementation of the digitalocean api which can be used on mobile, web or server

0
likes
120/ 140
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

281 out of 790 API elements (35.6 %) have documentation comments.

Some symbols that are missing documentation: do_dart.Account.Account.fromJson, do_dart.Account.toJson, do_dart.AccountService, do_dart.AccountService.AccountService, do_dart.AccountService.basePath.

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:do_dart/do_dart.dart that imports:
  • package:do_dart/src/services/ssh_key.dart that imports:
  • package:do_dart/src/client.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 153 issues. Showing the first 2:

WARNING: Duplicate export.

lib/do_dart.dart:12:8

   ╷
12 │ export 'src/models/actions.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/do_dart.dart

INFO: The import of 'services/account.dart' is unnecessary because all of the used elements are also provided by the import of 'package:do_dart/do_dart.dart'.

lib/src/client.dart:5:8

  ╷
5 │ import 'services/account.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/client.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
json_annotation ^4.0.0-nullsafety.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.14.0 1.14.0

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

Check the analysis log for details.

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

do_dart is an implementation of the digitalocean api which can be used on mobile, web or server

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

json_annotation

More

Packages that depend on do_dart