flutter_aws_ivs 0.0.4 copy "flutter_aws_ivs: ^0.0.4" to clipboard
flutter_aws_ivs: ^0.0.4 copied to clipboard

flutter_aws_ivs is Flutter Platform Integration (iOS & Android) for Amazon IVS. Amazon IVS is a managed live streaming solution that’s quick to set up for mobile and web applications. The service incl [...]

105/ 160
pub points
16
downloads

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

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

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

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.4").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

5 out of 57 API elements (8.8 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: flutter_aws_ivs, flutter_aws_ivs.AwsIvsCreateParticipantToken, flutter_aws_ivs.AwsIvsCreateParticipantToken.AwsIvsCreateParticipantToken.fromJson, flutter_aws_ivs.AwsIvsCreateParticipantToken.AwsIvsCreateParticipantToken.new, flutter_aws_ivs.AwsIvsCreateParticipantToken.participantToken.

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 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:flutter_aws_ivs/flutter_aws_ivs.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_aws_ivs/flutter_aws_ivs.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_aws_ivs/flutter_aws_ivs.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_aws_ivs/flutter_aws_ivs.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/flutter_aws_ivs/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm 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

Found 10 issues. Showing the first 2:

WARNING: Unused import: 'package:flutter_aws_ivs/src/services/aws_ivs_service.dart'.

lib/src/controllers/flutter_aws_ivs_controller.dart:3:8

  ╷
3 │ import 'package:flutter_aws_ivs/src/services/aws_ivs_service.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/flutter_aws_ivs_controller.dart

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/src/controllers/flutter_aws_ivs_controller.dart:48:26

   ╷
48 │     if (participantToken != null) {
   │                          ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controllers/flutter_aws_ivs_controller.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
aws_common 0.6.0 0.6.0 0.7.12
aws_signature_v4 any 0.5.0 0.6.10
crypto any 3.0.7 3.0.7
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
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.6.3 8.12.3
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
fixnum - 1.1.1 1.1.1
http2 - 2.3.1 2.3.1
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.8.1 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.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
uuid - 3.0.7 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `0.6.0` on aws_common does not support the stable version `0.6.1`.

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.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
105
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_aws_ivs is Flutter Platform Integration (iOS & Android) for Amazon IVS. Amazon IVS is a managed live streaming solution that’s quick to set up for mobile and web applications. The service includes its own video player SDK and is ideal for creating interactive video experiences.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

aws_common, aws_signature_v4, crypto, flutter, plugin_platform_interface

More

Packages that depend on flutter_aws_ivs

Packages that implement flutter_aws_ivs