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

A flutter plugin for incoming and outgoing VoIP calls using SIP integration.

130/ 160
pub points
74
downloads

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

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

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

Failed to verify repository URL.

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: mobile_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

Could not find any pubspec.yaml in the repository.

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

993 out of 2126 API elements (46.7 %) have documentation comments.

Some symbols that are missing documentation: app, app.App, app.App.App.new, bonga, bonga.Bonga.

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:mobile_sdk/mobile_sdk.dart that imports:
  • package:mobile_sdk/services/sip/sip_service.dart that imports:
  • package:sip_ua/sip_ua.dart that imports:
  • package:sip_ua/src/sip_ua_helper.dart that imports:
  • package:sip_ua/src/ua.dart that imports:
  • package:sip_ua/src/transactions/transactions.dart that imports:
  • package:sip_ua/src/transactions/transaction_base.dart that imports:
  • package:sip_ua/src/event_manager/event_manager.dart that imports:
  • package:sip_ua/src/event_manager/options_events.dart that imports:
  • package:sip_ua/src/options.dart that imports:
  • package:sip_ua/src/request_sender.dart that imports:
  • package:sip_ua/src/transactions/non_invite_client.dart that imports:
  • package:sip_ua/src/event_manager/internal_events.dart that imports:
  • package:sip_ua/src/rtc_session/info.dart that imports:
  • package:sip_ua/src/rtc_session.dart that imports:
  • package:sip_ua/src/rtc_session/dtmf.dart that imports:
  • package:flutter_webrtc/flutter_webrtc.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:mobile_sdk/mobile_sdk.dart that imports:
  • package:mobile_sdk/services/sip/sip_service.dart that imports:
  • package:sip_ua/sip_ua.dart that imports:
  • package:sip_ua/src/sip_ua_helper.dart that imports:
  • package:sip_ua/src/ua.dart that imports:
  • package:sip_ua/src/transports/web_socket.dart that imports:
  • package:sip_ua/src/transports/websocket_dart_impl.dart that imports:
  • package:sip_ua/src/logger.dart that imports:
  • package:sip_ua/src/stack_trace_nj.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.cn/web/wasm for details.

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 24 issues. Showing the first 2:

INFO: 'icon' is deprecated and shouldn't be used. will be removed in the next major release, use iconWidget instead.

lib/features/calls/cubit/call_controller.dart:59:19

   ╷
59 │                   icon: Icons.call_end,
   │                   ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/features/calls/cubit/call_controller.dart

INFO: An uninitialized field should have an explicit type annotation.

lib/features/calls/incoming_call_screen.dart:19:7

   ╷
19 │   var phoneNumber;
   │       ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/features/calls/incoming_call_screen.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
auto_route ^9.3.0+1 9.3.0+1 10.2.2
cherry_toast ^1.12.0 1.13.0 1.13.0
flutter_foreground_task ^8.17.0 8.17.0 9.1.0
flutter_webrtc ^0.12.7 0.12.12+hotfix.1 1.2.0
get ^4.6.6 4.7.2 4.7.2
google_fonts ^6.2.1 6.3.2 6.3.2
logger ^2.5.0 2.6.2 2.6.2
sip_ua ^1.0.1 1.0.1 1.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dart_webrtc - 1.6.0 1.6.0
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
js - 0.7.2 0.7.2 Discontinued
lists - 1.0.1 1.0.1 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.3 2.4.3
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
plugin_platform_interface - 2.1.8 2.1.8
random_string - 2.3.1 2.3.1
recase - 4.1.0 4.1.0
sdp_transform - 0.3.2 0.3.2
shared_preferences - 2.5.3 2.5.3
shared_preferences_android - 2.4.15 2.4.15
shared_preferences_foundation - 2.5.5 2.5.5
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
text - 0.2.0 0.2.0 Discontinued
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
webrtc_interface - 1.3.0 1.3.0
xdg_directories - 1.1.0 1.1.0

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

Found 3 issues. Showing the first 2:

The constraint `^9.3.0+1` on auto_route does not support the stable version `10.0.0`.

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

The constraint `^8.17.0` on flutter_foreground_task does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_foreground_task 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.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
130
points
74
downloads

Publisher

verified publisherdial-afrika.com

Weekly Downloads

A flutter plugin for incoming and outgoing VoIP calls using SIP integration.

Documentation

API reference

License

MIT (license)

Dependencies

auto_route, cherry_toast, flutter, flutter_foreground_task, flutter_webrtc, get, google_fonts, logger, sip_ua

More

Packages that depend on mobile_sdk