multi_domain_secure_server 1.0.17
multi_domain_secure_server: ^1.0.17 copied to clipboard
A SecureServerSocket that supports multiple domains with dynamic SecurityContext resolution.
We analyzed this package 14 days ago, and awarded it 150 pub points (of a possible 160):
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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
41 out of 54 API elements (75.9 %) have documentation comments.
Some symbols that are missing documentation: multi_domain_secure_server.MultiDomainSecureServer.close, multi_domain_secure_server.MultiDomainSecureServer.isClosed, multi_domain_secure_server.MultiDomainSecureServer.isValidHostname, multi_domain_secure_server.MultiDomainSecureServer.isValidPublicDomainName, multi_domain_secure_server.MultiDomainSecureServer.regexpDomainName.
10/10 points: Package has an example
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:multi_domain_secure_server/multi_domain_secure_server.dartthat imports:package:multi_domain_secure_server/src/extensions.dartthat imports:package:multi_domain_secure_server/src/raw_socket_as_socket.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/src/connector_tools.dart:175:7
╷
175 │ uri, String? proxyHost, int? proxyPort, SecurityContext? context) {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/connector_tools.dart
INFO: Missing type annotation.
lib/src/multi_domain_secure_server.dart:88:47
╷
88 │ static Future<MultiDomainSecureServer> bind(address, int port,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/multi_domain_secure_server.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
logging |
^1.3.0 |
1.3.0 | 1.3.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
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.