dart_pbx 1.0.0
dart_pbx: ^1.0.0 copied to clipboard
Dart-pbx is a lightweight sip proxy, location server, and registrar that provides a reliable and scalable SIP infrastructure for telephony carriers, communication service providers, integrators and so [...]
We analyzed this package 23 days ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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: GPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting dart_pbx... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerOOKNCG/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.4.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_AZZEXW/lib/sip_2/eve[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 2059 issues. Showing the first 2:
ERROR: Undefined class 'HttpClient'.
bin/ion_sfu.dart:1:1
╷
1 │ HttpClient client = HttpClient();
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/ion_sfu.dart
ERROR: The function 'HttpClient' isn't defined.
bin/ion_sfu.dart:1:21
╷
1 │ HttpClient client = HttpClient();
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/ion_sfu.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dotenv |
^4.2.0 |
4.2.0 | 4.2.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
logger |
^2.1.0 |
2.6.2 | 2.6.2 | |
parser_error |
^0.2.0 |
0.2.0 | 0.2.0 | Discontinued |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
recase |
^4.1.0 |
4.1.0 | 4.1.0 | |
sdp_transform |
^0.3.2 |
0.3.2 | 0.3.2 | |
uuid |
^4.3.3 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
text |
- | 0.2.0 | 0.2.0 | Discontinued |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- parser_error.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 207 errors:
UNDEFINED_CLASS-bin/ion_sfu.dart:1:1- Undefined class 'HttpClient'.UNDEFINED_FUNCTION-bin/ion_sfu.dart:1:21- The function 'HttpClient' isn't defined.NON_TYPE_AS_TYPE_ARGUMENT-bin/ion_sfu.dart:3:8- The name 'WebSocket' isn't a type, so it can't be used as a type argument.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.3, Dart 3.10.4.
Check the analysis log for details.