sop_cometchat 0.0.13
sop_cometchat: ^0.0.13 copied to clipboard
CometChat custom style & config specifically for my use case
We analyzed this package 2 hours ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.13").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
8987 out of 11919 API elements (75.4 %) have documentation comments.
Some symbols that are missing documentation: cometchat_chat_uikit, cometchat_chat_uikit.AIAssistBotConfiguration.AIAssistBotConfiguration.new, cometchat_chat_uikit.AIAssistBotController.AIAssistBotController.new, cometchat_chat_uikit.AIAssistBotController.aiBot, cometchat_chat_uikit.AIAssistBotController.apiConfiguration.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/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:sop_cometchat/sop_cometchat.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:sop_cometchat/sop_cometchat.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:sop_cometchat/sop_cometchat.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:sop_cometchat/sop_cometchat.dartthat declares support for platforms:Android,iOS.
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:sop_cometchat/sop_cometchat.dartthat imports:package:sop_cometchat/cometchat_chat_uikit.dartthat imports:package:sop_cometchat/cometchat_uikit_shared.dartthat imports:package:sop_cometchat/src/shared/views/video_bubble/video_player.dartthat imports:package:chewie/chewie.dartthat imports:package:chewie/src/material/material_desktop_controls.dartthat imports:package:chewie/src/chewie_player.dartthat imports:package:wakelock_plus/wakelock_plus.dartthat imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dartthat imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:sop_cometchat/sop_cometchat.dartthat imports:package:sop_cometchat/cometchat_chat_uikit.dartthat imports:package:sop_cometchat/cometchat_uikit_shared.dartthat imports:package:sop_cometchat/src/shared/views/video_bubble/video_player.dartthat imports:package:chewie/chewie.dartthat imports:package:chewie/src/material/material_desktop_controls.dartthat imports:package:chewie/src/chewie_player.dartthat imports:package:wakelock_plus/wakelock_plus.dartthat imports:package:wakelock_plus/src/wakelock_plus_io_plugin.dartthat imports:package:wakelock_plus/src/wakelock_plus_windows_plugin.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/sop_cometchat/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 415 issues. Showing the first 2:
WARNING: The getter doesn't override an inherited getter.
lib/l10n/translations_en.dart:787:14
╷
787 │ String get userNotLoggedIn => 'User not logged in';
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/l10n/translations_en.dart
WARNING: Unused import: 'package:timeago/timeago.dart'.
lib/src/conversations/cometchat_conversations.dart:3:8
╷
3 │ import 'package:timeago/timeago.dart' as timeago;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/conversations/cometchat_conversations.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
chewie |
^1.7.5 |
1.13.0 | 1.13.0 | |
cometchat_sdk |
^4.0.18 |
4.0.33 | 4.0.33 | |
emoji_picker_flutter |
^2.2.0 |
2.2.0 | 4.4.0 | |
flutter_image |
^4.1.0 |
4.1.13 | 4.1.13 | Discontinued |
get |
^4.6.5 |
4.7.3 | 4.7.3 | |
http |
^1.0.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.5 |
1.2.1 | 1.2.1 | |
intl |
any |
0.20.2 | 0.20.2 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
timeago |
^3.7.0 |
3.7.1 | 3.7.1 | |
url_launcher |
^6.1.12 |
6.3.2 | 6.3.2 | |
video_player |
^2.7.2 |
2.10.1 | 2.10.1 | |
webview_flutter |
^4.4.3 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.2.0` on emoji_picker_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions emoji_picker_flutter to update the constraint.
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:
- flutter_image.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.