mobile_chat_flutter 1.0.4
mobile_chat_flutter: ^1.0.4 copied to clipboard
Flutter package help you to manage customer relationship with customer conversation feature inside your flutter app.
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
3 out of 70 API elements (4.3 %) 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: constants, constants.Constant, constants.Constant.BASE_URL, constants.Constant.BASE_URL_WEBVIEW, constants.Constant.BUNDLE_ID_INVALID.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:mobile_chat_flutter/mobile_chat_flutter.dartthat imports:package:mobile_chat_flutter/presentation/mobile_chat_screen.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:mobile_chat_flutter/mobile_chat_flutter.dartthat imports:package:mobile_chat_flutter/presentation/mobile_chat_screen.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:mobile_chat_flutter/mobile_chat_flutter.dartthat imports:package:mobile_chat_flutter/presentation/mobile_chat_screen.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:mobile_chat_flutter/mobile_chat_flutter.dartthat imports:package:mobile_chat_flutter/presentation/mobile_chat_screen.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:mobile_chat_flutter/mobile_chat_flutter.dartthat imports:package:mobile_chat_flutter/presentation/mobile_chat_screen.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/presentation/mobile_chat_screen.dart:204:34
╷
204 │ Future<File>? _onDownloadError(error, stackTrace) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/presentation/mobile_chat_screen.dart
INFO: Missing type annotation.
lib/presentation/mobile_chat_screen.dart:204:41
╷
204 │ Future<File>? _onDownloadError(error, stackTrace) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/presentation/mobile_chat_screen.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
http |
^1.2.1 |
1.6.0 | 1.6.0 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.2.3 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.0` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_plus 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.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.