flutter_ali_ott_hotline 0.0.1
flutter_ali_ott_hotline: ^0.0.1 copied to clipboard
A Flutter plugin enabling hotline calls via WebRTC for seamless customer support and communication...
We analyzed this package 3 days ago, and awarded it 95 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:3:218
╷
3 │ <p>Để tích hợp gọi hot line OTT cần 3 bước, tương ứng với 3 hàm trong SDK <code>ALICMM.config</code>, <code>ALICMM.login</code>, <code>ALICMM.startHotlineCall</code> trong đó các tham số key service được đăng ký trên <a href="http://crm.ali.vn/">CRM ALI</a></p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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.
0/10 points: 20% or more of the public API has dartdoc comments
15 out of 99 API elements (15.2 %) 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: flutter_ali_ott_hotline, flutter_ali_ott_hotline.ALIOTTCall, flutter_ali_ott_hotline.ALIOTTCall.ALIOTTCall.fromJson, flutter_ali_ott_hotline.ALIOTTCall.ALIOTTCall.new, flutter_ali_ott_hotline.ALIOTTCall.calleeAvatar.
10/10 points: Package has an example
10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_ali_ott_hotline/flutter_ali_ott_hotline.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_ali_ott_hotline/flutter_ali_ott_hotline.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:flutter_ali_ott_hotline/flutter_ali_ott_hotline.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_ali_ott_hotline/flutter_ali_ott_hotline.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_ali_ott_hotline/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: Unused import: 'package:permission_handler/permission_handler.dart'.
lib/flutter_ali_ott_hotline_platform_interface.dart:5:8
╷
5 │ import 'package:permission_handler/permission_handler.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_ali_ott_hotline_platform_interface.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: IOSCallKit.iconTemplateImageData, IOSCallKit.ringtoneSound
lib/src/entities/IOSCallKit.dart:3:7
╷
3 │ class IOSCallKit extends Equatable {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/entities/IOSCallKit.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.2.0` on permission_handler does not support the stable version `11.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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.