aws_transcribe_streaming 0.1.0 copy "aws_transcribe_streaming: ^0.1.0" to clipboard
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.

1
likes
130/ 160
pub points
180
downloads

We analyzed this package 37 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

242 out of 242 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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

Failed check 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
130
points
180
downloads

Publisher

unverified uploader

Weekly Downloads

AWS Transcribe Streaming client for producing real-time transcriptions for your media content using HTTP/2.

Repository (GitHub)

Topics

#aws #transcribe #streaming #client #audio

Documentation

API reference

License

MIT (license)

Dependencies

archive, aws_common, aws_signature_v4, convert, crypto, http2, uuid

More

Packages that depend on aws_transcribe_streaming