chaty 1.0.14
chaty: ^1.0.14 copied to clipboard
A Firebase chat widget for Flutter with real-time messaging, media sharing, and easy integration into your apps.
We analyzed this package 43 hours ago, and awarded it 70 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
161 out of 182 API elements (88.5 %) have documentation comments.
Some symbols that are missing documentation: build_methoda, chat, chat_list_screen, chat_screen, chat_service.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: The named parameter 'settings' is required, but there's no corresponding argument.
lib/services/notification_services.dart:29:31
╷
29 │ await _localNotifications.initialize(initSettings);
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/notification_services.dart
ERROR: Too many positional arguments: 0 expected, but 1 found.
lib/services/notification_services.dart:29:42
╷
29 │ await _localNotifications.initialize(initSettings);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/services/notification_services.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
any |
6.1.3 | 6.1.3 | |
firebase_core |
any |
4.5.0 | 4.5.0 | |
firebase_messaging |
any |
16.1.2 | 16.1.2 | |
firebase_storage |
any |
13.1.0 | 13.1.0 | |
flutter_local_notifications |
any |
20.1.0 | 20.1.0 | |
http |
any |
1.6.0 | 1.6.0 | |
image_picker |
any |
1.2.1 | 1.2.1 | |
path_provider |
any |
2.1.5 | 2.1.5 | |
permission_handler |
any |
12.0.1 | 12.0.1 | |
provider |
any |
6.1.5+1 | 6.1.5+1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
WRONG_NUMBER_OF_TYPE_ARGUMENTS-lib/services/chat_service.dart:83:12- The type 'DocumentSnapshot' is declared with 0 type parameters, but 1 type arguments were given.WRONG_NUMBER_OF_TYPE_ARGUMENTS-lib/services/chat_service.dart:94:8- The type 'QueryDocumentSnapshot' is declared with 0 type parameters, but 1 type arguments were given.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/services/chat_service.dart:142:43- The argument type 'Map<String, dynamic>?' can't be assigned to the parameter type 'Map<String, dynamic>'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.