auro_stream_live 1.0.6 copy "auro_stream_live: ^1.0.6" to clipboard
auro_stream_live: ^1.0.6 copied to clipboard

Auro Stream Live Stream Plugin for iOS/Android/Desktop

0
likes
100/ 160
pub points
149
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/AUVNET/AuroStreamLive was unreachable. Make sure that the website is reachable via HEAD requests.

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.

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

10 out of 185 API elements (5.4 %) 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: auro_stream_live, auro_stream_live.AuroMediaStream, auro_stream_live.AuroMediaStream.AuroMediaStream.new, auro_stream_live.AuroMediaStream.stream, auro_stream_live.AuroStreamLive.

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 does not support platform `Web`.

Because:

  • package:auro_stream_live/auro_stream_live.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Linux`.

Because:

  • package:auro_stream_live/auro_stream_live.dart that imports:
  • package:auro_stream_live/src/config.dart that imports:
  • package:auro_stream_live/src/rtc_service.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:auro_stream_live/auro_stream_live.dart that imports:
  • package:auro_stream_live/src/config.dart that imports:
  • package:auro_stream_live/src/rtc_service.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:auro_stream_live/auro_stream_live.dart that imports:
  • package:auro_stream_live/src/video/video_display.dart that imports:
  • package:auro_stream_live/src/video/video_renderer.dart that imports:
  • package:auro_stream_live/src/service/flutter_webrtc.dart that imports:
  • package:auro_stream_live/src/service/src/native/rtc_video_platform_view.dart that imports:
  • package:auro_stream_live/src/service/src/native/rtc_video_platform_view_controller.dart that imports:
  • package:auro_stream_live/src/service/src/native/utils.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 check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on macOS

It does not contain macos/auro_stream_live/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 1293 issues. Showing the first 2:

WARNING: Unused import: 'package:auro_stream_live/src/peers.dart'.

lib/src/config.dart:1:8

  ╷
1 │ import 'package:auro_stream_live/src/peers.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'utils.dart'.

lib/src/dart_rtc/src/factory_impl.dart:16:8

   ╷
16 │ import 'utils.dart';
   │        ^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
collection ^1.17.0 1.19.1 1.19.1
internet_connection_checker ^1.0.0+1 1.0.0+1 3.0.1
js ^0.6.3 0.6.7 0.7.2 Discontinued
logging ^1.2.0 1.3.0 1.3.0
meta ^1.15.0 1.16.0 1.16.0
path_provider ^2.0.2 2.1.5 2.1.5
permission_handler ^11.3.0 11.4.0 12.0.0+1
platform_detect ^2.0.11 2.1.5 2.1.5
pointycastle ^3.7.4 3.9.1 4.0.0
synchronized ^3.1.0+1 3.3.1 3.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
convert - 3.1.2 3.1.2
ffi - 2.1.4 2.1.4
material_color_utilities - 0.11.1 0.12.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.17 2.2.17
path_provider_foundation - 2.4.1 2.4.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 5 issues. Showing the first 2:

The constraint `^1.0.0+1` on internet_connection_checker does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions internet_connection_checker to update the constraint.

The constraint `^0.6.3` on js does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions js to update the constraint.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_ANNOTATION - lib/src/dart_rtc/src/rtc_transform_stream.dart:105:1 - Undefined name 'staticInterop' used as an annotation.

Run flutter pub downgrade and then flutter 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: