transmedika_video_call 1.0.1 copy "transmedika_video_call: ^1.0.1" to clipboard
transmedika_video_call: ^1.0.1 copied to clipboard

Package video call from Transmedika

80/ 160
pub points
25
downloads

We analyzed this package 6 days ago, and awarded it 80 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

Could not find any pubspec.yaml in the repository.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: transmedika_video_call,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

26 out of 229 API elements (11.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: call_param, call_param.CallParam, call_param.CallParam.CallParam.fromJson, call_param.CallParam.CallParam.new, call_param.CallParam.from.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

SDK issues found:

Package is not compatible with the Dart SDK.

Because:

  • transmedika_video_call that is a package requiring flutter.
Package is not compatible with the Dart SDK.

Because:

  • transmedika_video_call that is a package requiring flutter.

These platforms are not supported:

Tag detection failed.

Unable to parse uri: "package:webrtc/websocket/websocket_web.dart": Exception: Could not resolve import: package:webrtc/websocket/websocket_web.dart.

Package not compatible with platform Android

Because:

  • package:transmedika_video_call/websocket/websocket_web.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:transmedika_video_call/websocket/websocket_web.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:transmedika_video_call/websocket/websocket_web.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:transmedika_video_call/websocket/websocket_web.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:transmedika_video_call/websocket/websocket_web.dart that imports:
  • dart:html
Package does not support platform `Web`.

Because:

  • package:transmedika_video_call/main.dart that imports:
  • package:transmedika_video_call/one_to_one/bloc/one_to_one_state.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 issues. Showing the first 2:

INFO: Missing type annotation.

lib/main.dart:60:3

   ╷
60 │   _onConnectToSocket({required String url, required String self, String? other}) async {
   │   ^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: Missing type annotation.

lib/main.dart:66:3

   ╷
66 │   _onCloseSocket() async {
   │   ^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/main.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
bloc_concurrency ^0.2.0 0.2.5 0.3.0
cupertino_icons ^1.0.2 1.0.9 1.0.9
equatable ^2.0.5 2.0.8 2.0.8
flutter_bloc ^8.1.1 8.1.6 9.1.1
flutter_webrtc ^0.9.23 0.9.48+hotfix.1 1.4.1
intl ^0.17.0 0.17.0 0.20.2
json_annotation ^4.7.0 4.11.0 4.11.0
path_provider ^2.0.13 2.1.5 2.1.5
shared_preferences ^2.0.18 2.5.5 2.5.5
stream_transform ^2.1.0 2.1.1 2.1.1
web_socket_channel ^2.3.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
bloc - 8.1.4 9.2.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dart_webrtc - 1.4.8 1.8.1
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
native_toolchain_c - 0.17.6 0.17.6
nested - 1.0.0 1.0.0
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.23 2.2.23
path_provider_foundation - 2.6.0 2.6.0
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
platform - 3.1.6 3.1.6
platform_detect - 2.1.6 2.1.6
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
shared_preferences_android - 2.4.23 2.4.23
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.2 2.4.2
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
web - 0.5.1 1.1.1
webrtc_interface - 1.5.1 1.5.1
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 5 issues. Showing the first 2:

The constraint `^0.2.0` on bloc_concurrency does not support the stable version `0.3.0`.

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

The constraint `^8.1.1` on flutter_bloc does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_bloc 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.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: