stargate 0.5.2 copy "stargate: ^0.5.2" to clipboard
stargate: ^0.5.2 copied to clipboard

Network Connection Module

110/ 160
pub points
19
downloads

We analyzed this package 19 days ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting stargate... Discovering libraries... Linking elements... Precaching local docs for 144185 elements... Initialized dartdoc with 103 libraries Generating docs for library skywalker.dart from package:stargate/skywalker.dart... Generating docs for library startrek.dart from package:stargate/startrek.dart... Generating docs for library websocket.dart from package:stargate/websocket.dart... Generating docs for library fsm.dart from package:stargate/fsm.dart... Generating docs for library stargate.dart from package:stargate/stargate.dart... [1 more lines] ERR: warning: ambiguous reexport of plain.PlainArrival, canonicalization candidates: (stargate, stargate) -> stargate (confidence 0.000) from plain.PlainArrival: (file:///tmp/pana_IFNHUC/lib/src/plain.dart:37:7) stargate: 1.211 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) stargate: 1.211 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor plain.PlainArrival} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [105 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:stargate/stargate.dart that imports:
  • package:stargate/src/gate.dart that imports:
  • package:stargate/src/plain.dart that imports:
  • package:startrek/startrek.dart that imports:
  • package:startrek/src/stargate.dart that imports:
  • package:startrek/src/stardocker.dart that imports:
  • package:startrek/src/port/docker.dart that imports:
  • package:startrek/src/nio/exception.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 7 issues. Showing the first 2:

INFO: 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.

lib/src/ws_html.dart:32:1

   ╷
32 │ import 'dart:html';
   │ ^^^^^^^^^^^^^^^^^^^
   ╵

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

/tmp/pana_IFNHUC/lib/src/gate.dart doesn't match the Dart formatter.

To format your files run: dart format .

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
object_key ^0.1.1 0.1.1 1.1.1
startrek ^0.5.2 0.5.2 1.2.0

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

The constraint `^0.1.1` on object_key does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions object_key to update the constraint.

The constraint `^0.5.2` on startrek does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions startrek to update the constraint.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Network Connection Module

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

object_key, startrek

More

Packages that depend on stargate