chatroom_manager 0.0.6 copy "chatroom_manager: ^0.0.6" to clipboard
chatroom_manager: ^0.0.6 copied to clipboard

A starting point for Dart libraries or applications.

0
likes
95/ 140
pub points
0%
popularity

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

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

0/5 points: Provide a valid README.md

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

README.md:13:49

   ╷
13 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

partial
Provide documentation
10 / 20trigger folding of the section

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

16 out of 134 API elements (11.9 %) 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: chatroom_manager.AsyncStatus, chatroom_manager.AsyncStatus.AsyncStatus, chatroom_manager.ChannelService, chatroom_manager.ChannelService.ChannelService, chatroom_manager.ChannelService.channel.

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:chatroom_manager/chatroom_manager.dart that imports:
  • package:chatroom_manager/src/net_service.dart that imports:
  • package:web_socket_channel/io.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 3 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'ChannelService?', but ends without returning a value.

lib/src/chatroom_manager_base.dart:77:19

   ╷
77 │   ChannelService? joinChannel(String roomId) {
   │                   ^^^^^^^^^^^
   ╵

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

INFO: The import of 'net_service.dart' is unnecessary because all of the used elements are also provided by the import of '../chatroom_manager.dart'.

lib/src/models.dart:7:8

  ╷
7 │ import 'net_service.dart';
  │        ^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models.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
uuid any 4.4.0 4.4.0
web_socket_channel any 2.4.5 2.4.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
fixnum - 1.1.0 1.1.0
meta - 1.14.0 1.14.0
sprintf - 7.0.0 7.0.0
stream_channel - 2.1.2 2.1.2
typed_data - 1.3.2 1.3.2
web - 0.5.1 0.5.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.

0
likes
95
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

uuid, web_socket_channel

More

Packages that depend on chatroom_manager