flutter_gsmsip 0.1.0
flutter_gsmsip: ^0.1.0 copied to clipboard
Flutter GSM SIP SMPP library for Android - Enables voice calls and SMS over SIP with GSM integration
We analyzed this package 8 days ago, and awarded it 120 pub points (of a possible 160):
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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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.
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.
10/10 points: Package has an example
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.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:flutter_gsmsip/flutter_gsmsip.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:flutter_gsmsip/flutter_gsmsip.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:flutter_gsmsip/flutter_gsmsip.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:flutter_gsmsip/flutter_gsmsip.dartthat declares support for platforms:Android.
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
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.