dart_sdp_transform 1.0.0
dart_sdp_transform: ^1.0.0 copied to clipboard
A Dart package for transforming SDP (Session Description Protocol) data.
We analyzed this package 4 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:3:73
╷
3 │ <p>A simple parser and writer of SDP. Defines internal grammar based on <a href="http://tools.ietf.org/html/rfc4566">RFC4566 - SDP</a>, <a href="http://tools.ietf.org/html/rfc5245">RFC5245 - ICE</a>, and many more.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
15 out of 55 API elements (27.3 %) have documentation comments.
Some symbols that are missing documentation: dart_sdp_transform, dart_sdp_transform.FunctionFormat, dart_sdp_transform.FunctionFormat.FunctionFormat.new, dart_sdp_transform.FunctionFormat.fn, dart_sdp_transform.JsonMap.
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
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Use interpolation to compose strings and values.
lib/src/grammar.dart:479:20
╷
479 │ return 'imageattr:%s %s %s' + ((o['dir2'] != null) ? ' %s %s' : '');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/grammar.dart
INFO: Use interpolation to compose strings and values.
lib/src/grammar.dart:494:20
╷
494 │ return 'simulcast:%s %s' + ((o['dir2'] != null) ? ' %s %s' : '');
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/grammar.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.19, Dart 3.13.4.
Check the analysis log for details.