twilio_voice 0.3.2+2 copy "twilio_voice: ^0.3.2+2" to clipboard
twilio_voice: ^0.3.2+2 copied to clipboard

Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.

80/ 160
pub points
1.56k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

191 out of 313 API elements (61.0 %) have documentation comments.

Some symbols that are missing documentation: active_call, active_call.ActiveCall, active_call.ActiveCall.ActiveCall.new, active_call.ActiveCall.callDirection, active_call.ActiveCall.customParams.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

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

Because:

  • package:twilio_voice/twilio_voice.dart that declares support for platforms: Android, iOS, macOS, Web.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 38 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'dart:js_util'.

lib/_internal/js/core/promise.dart:3:8

  ╷
3 │ import 'dart:js_util';
  │        ^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/_internal/js/core/promise.dart

ERROR: The function 'promiseToFuture' isn't defined.

lib/_internal/js/core/promise.dart:17:26

   ╷
17 │   final response = await promiseToFuture(promise);
   │                          ^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/_internal/js/core/promise.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
js ^0.7.1 0.7.2 0.7.2 Discontinued
plugin_platform_interface ^2.1.4 2.1.8 2.1.8
web ^1.1.0 1.1.1 1.1.1
web_callkit ^0.0.4+1 0.0.4+1 0.0.4+1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
js_notifications - 0.0.5 0.0.5
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
simple_print - 0.0.1+2 0.0.1+2
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • js.

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 37 errors:

  • URI_DOES_NOT_EXIST - lib/_internal/js/core/promise.dart:3:8 - Target of URI doesn't exist: 'dart:js_util'.
  • UNDEFINED_FUNCTION - lib/_internal/js/core/promise.dart:17:26 - The function 'promiseToFuture' isn't defined.
  • UNDEFINED_FUNCTION - lib/_internal/js/core/promise.dart:18:17 - The function 'dartify' isn't defined.

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.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
45
likes
80
points
1.56k
downloads

Publisher

verified publisherearthbase.io

Weekly Downloads

Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#twilio #voice #voip #call #phone

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js, plugin_platform_interface, web, web_callkit

More

Packages that depend on twilio_voice

Packages that implement twilio_voice