aws_transcribe_streaming 0.1.0
aws_transcribe_streaming: ^0.1.0 copied to clipboard
AWS Transcribe Streaming client for producing real-time transcriptions for your media content using HTTP/2.
We analyzed this package 37 hours ago, and awarded it 130 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
242 out of 242 API elements (100.0 %) have documentation comments.
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:aws_transcribe_streaming/aws_transcribe_streaming.dart
that imports:package:aws_transcribe_streaming/src/client.dart
that imports:package:aws_transcribe_streaming/src/protocol.dart
that imports:package:http2/http2.dart
that imports:package:http2/transport.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:aws_transcribe_streaming/aws_transcribe_streaming.dart
that imports:package:aws_transcribe_streaming/src/client.dart
that imports:package:aws_transcribe_streaming/src/protocol.dart
that imports:package:aws_transcribe_streaming/src/event_stream/message_signer.dart
that imports:package:aws_signature_v4/aws_signature_v4.dart
that imports:package:aws_signature_v4/src/signer/aws_signer.dart
that imports:package:aws_common/aws_common.dart
that imports:package:aws_common/src/http/aws_http_client.dart
that imports:package:aws_common/src/http/aws_http_client_io.dart
that imports:package:http2/http2.dart
that imports:package:http2/transport.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This default clause is covered by the previous cases.
lib/src/event_stream/header_codec.dart:105:9
╷
105 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/event_stream/header_codec.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
^3.0.0 |
3.6.1 | 4.0.7 | |
aws_common |
^0.6.0 |
0.6.5 | 0.7.8 | |
aws_signature_v4 |
^0.5.0 |
0.5.2 | 0.6.6 | |
convert |
^3.0.0 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.0 |
3.0.6 | 3.0.6 | |
http2 |
^2.1.0 |
2.3.1 | 2.3.1 | |
uuid |
^3.0.0 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.10.1 | 8.10.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.8.1 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
os_detect |
- | 2.0.3 | 2.0.3 | |
path |
- | 1.9.1 | 1.9.1 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^3.0.0` on archive does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions archive
to update the constraint.
The constraint `^0.6.0` on aws_common does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions aws_common
to update the constraint.
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.22.21
, Dart 3.8.1
.
Check the analysis log for details.