Skip to content

Merge branch 'main' into IS/Enhancement/CustomHeaders #148

Merge branch 'main' into IS/Enhancement/CustomHeaders

Merge branch 'main' into IS/Enhancement/CustomHeaders #148

GitHub Actions / Analysis of telnyx_webrtc succeeded Dec 13, 2023 in 26s

Package analysis results for telnyx_webrtc

Score

90/130 points
(69.23076923076923%)

Supported platforms

  • Flutter
    • android
    • ios
    • windows
    • linux
    • macos

Details

Follow Dart file conventions (30/30)

✔ 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.

Provide documentation (0/10)

❌ 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Platform support (20/20)

✔ 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:telnyx_webrtc/telnyx_webrtc.dart that imports:
  • package:telnyx_webrtc/peer/peer.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Pass static analysis (30/50)

❌ 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

WARNING: Unused import: 'package:logger/logger.dart'.

lib/model/verto/receive/received_message_body.dart:1:8

  ╷
1 │ import 'package:logger/logger.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/model/verto/receive/received_message_body.dart

WARNING: The value of the field '_autoReconnectLogin' isn't used.

lib/telnyx_client.dart:50:8

   ╷
50 │   bool _autoReconnectLogin = true;
   │        ^^^^^^^^^^^^^^^^^^^
   ╵

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

Support up-to-date dependencies (10/20)

❌ 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
build_runner ^2.2.0 2.4.7 2.4.7
flutter flutter 0.0.0 0.0.0
flutter_lints ^2.0.1 2.0.3 3.0.1
flutter_webrtc ^0.9.5 0.9.47 0.9.47
logger ^1.1.0 1.4.0 2.0.2+1
mockito ^5.2.0 5.4.2 5.4.3
uuid ^3.0.6 3.0.7 4.3.1
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 61.0.0 65.0.0
analyzer - 5.13.0 6.3.0
args - 2.4.2 2.4.2
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
build - 2.4.1 2.4.1
build_config - 1.1.1 1.1.1
build_daemon - 4.0.1 4.0.1
build_resolvers - 2.4.1 2.4.1
build_runner_core - 7.2.11 7.2.11
built_collection - 5.1.1 5.1.1
built_value - 8.8.1 8.8.1
characters - 1.3.0 1.3.0
checked_yaml - 2.0.3 2.0.3
code_builder - 4.8.0 4.8.0
collection - 1.17.1 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_style - 2.3.2 2.3.4
dart_webrtc - 1.1.3 1.1.3
ffi - 2.1.0 2.1.0
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
frontend_server_client - 3.2.0 3.2.0
glob - 2.1.2 2.1.2
graphs - 2.3.1 2.3.1
http_multi_server - 3.2.1 3.2.1
http_parser - 4.0.2 4.0.2
io - 1.0.4 1.0.4
js - 0.6.7 0.6.7
json_annotation - 4.8.1 4.8.1
lints - 2.1.1 3.0.0
logging - 1.2.0 1.2.0
matcher - 0.12.16 0.12.16
material_color_utilities - 0.2.0 0.8.0
meta - 1.9.1 1.11.0
mime - 1.0.4 1.0.4
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_provider - 2.1.1 2.1.1
path_provider_android - 2.2.1 2.2.1
path_provider_foundation - 2.3.1 2.3.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.1 2.1.1
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.3 3.1.3
platform_detect - 2.0.11 2.0.11
plugin_platform_interface - 2.1.7 2.1.7
pool - 1.5.1 1.5.1
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.2.3 1.2.3
shelf - 1.4.1 1.4.1
shelf_web_socket - 1.0.4 1.0.4
sky_engine - 0.0.99 0.0.99
source_gen - 1.4.0 1.4.0
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.6.1 0.6.1
timing - 1.0.1 1.0.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
watcher - 1.1.0 1.1.0
web_socket_channel - 2.4.0 2.4.0
webrtc_interface - 1.1.2 1.1.2
win32 - 5.0.9 5.1.1
xdg_directories - 1.0.3 1.0.3
yaml - 3.1.2 3.1.2

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

Found 3 issues. Showing the first 2:

The constraint `^2.0.1` on flutter_lints does not support the stable version `3.0.0`.

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

The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.

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

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

Versions