flutter_gsmsip 0.1.0 copy "flutter_gsmsip: ^0.1.0" to clipboard
flutter_gsmsip: ^0.1.0 copied to clipboard

PlatformAndroid

Flutter GSM SIP SMPP library for Android - Enables voice calls and SMS over SIP with GSM integration

120/ 160
pub points
141
downloads

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

Failed report section
Follow Dart file conventions
20 / 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/telon/flutter_gsmsip 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

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.

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

983 out of 1586 API elements (62.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_gsmsip.Account, flutter_gsmsip.Account.Account.new, flutter_gsmsip.AccountEventModel.AccountEventModel.fromJson, flutter_gsmsip.AccountEventModel.AccountEventModel.new, flutter_gsmsip.AccountEventModel.account.

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 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:flutter_gsmsip/flutter_gsmsip.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:flutter_gsmsip/flutter_gsmsip.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:flutter_gsmsip/flutter_gsmsip.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:flutter_gsmsip/flutter_gsmsip.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:flutter_gsmsip/flutter_gsmsip.dart that declares support for platforms: Android.
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 56 issues. Showing the first 2:

WARNING: The declaration '_getAnalyticsUseCases' isn't referenced.

lib/src/core/error/error_handler.dart:93:29

   ╷
93 │   static AnalyticsUseCases? _getAnalyticsUseCases() => null;
   │                             ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: Unused import: 'package:flutter/foundation.dart'.

lib/src/data/sources/voice_line/telecom_api_source.dart:1:8

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

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/sources/voice_line/telecom_api_source.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
async ^2.11.0 2.13.1 2.13.1
dartz ^0.10.1 0.10.1 0.10.1
equatable ^2.0.5 2.0.8 2.0.8
get_it ^7.6.0 7.7.0 9.2.1
http ^1.2.1 1.6.0 1.6.0
intl ^0.20.2 0.20.2 0.20.2
logger ^2.0.1 2.7.0 2.7.0
permission_handler ^11.3.1 11.4.0 12.0.1
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
shared_preferences ^2.2.2 2.5.5 2.5.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
path - 1.9.1 1.9.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
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
string_scanner - 1.4.1 1.4.1
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 - 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.

The constraint `^7.6.0` on get_it does not support the stable version `8.0.0`.

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

The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions permission_handler 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:
0
likes
120
points
141
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter GSM SIP SMPP library for Android - Enables voice calls and SMS over SIP with GSM integration

Homepage

License

unknown (license)

Dependencies

async, dartz, equatable, flutter, get_it, http, intl, logger, permission_handler, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_gsmsip

Packages that implement flutter_gsmsip