flutter_chat 2.1.0 flutter_chat: ^2.1.0 copied to clipboard
Messaging app for Flutter android , iOS and flutter-web using firebase as backend services.
We analyzed this package 2 days 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
.
0/10 points: 20% or more of the public API has dartdoc comments
9 out of 112 API elements (8.0 %) 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: UserModel
, UserModel.UserModel
, UserModel.UserModel.UserModel
, UserModel.UserModel.id
, UserModel.UserModel.nickname
.
10/10 points: Package has 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:flutter_chat/chatDB.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_chat/chatDB.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:flutter_chat/chatData.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:flutter_chat/chatData.dart
that imports:package:flutter_chat/screens/login_screen.dart
that imports:package:flutter_chat/chatWidget.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 48 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/chatWidget.dart:89:17
╷
89 │ primary: viewBg,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chatWidget.dart
ERROR: The named parameter 'onPrimary' isn't defined.
lib/chatWidget.dart:90:17
╷
90 │ onPrimary: viewBg,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chatWidget.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cached_network_image |
^3.0.0 |
3.3.1 | 3.4.1 |
cloud_firestore |
^2.2.2 |
2.5.4 | 5.5.0 |
cupertino_icons |
^1.0.3 |
1.0.8 | 1.0.8 |
firebase_auth |
^1.4.1 |
1.4.1 | 5.3.3 |
firebase_core |
^1.3.0 |
1.19.0 | 3.8.0 |
firebase_messaging |
^10.0.2 |
10.0.9 | 15.1.5 |
firebase_storage |
^8.1.3 |
8.1.3 | 12.3.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_linkify |
^5.0.2 |
5.0.2 | 6.0.0 |
flutter_local_notifications |
^5.0.0+4 |
5.0.0+4 | 18.0.1 |
flutter_native_image |
^0.0.6 |
0.0.6+1 | 0.0.6+1 |
google_sign_in |
^5.0.4 |
5.4.4 | 6.2.2 |
http |
^0.13.3 |
0.13.6 | 1.2.2 |
image_picker |
^0.8.0+3 |
0.8.9 | 1.1.2 |
image_picker_for_web |
^2.0.0 |
2.2.0 | 3.0.6 |
intl |
^0.17.0 |
0.17.0 | 0.20.0 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
photo_view |
^0.11.1 |
0.11.1 | 0.15.0 |
shared_preferences |
^2.0.6 |
2.3.3 | 2.3.3 |
url_launcher |
^6.0.6 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 13 issues. Showing the first 2:
The constraint `^2.2.2` on cloud_firestore does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore
to update the constraint.
The constraint `^1.4.1` on firebase_auth does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions firebase_auth
to update the constraint.
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 4 errors:
UNDEFINED_NAMED_PARAMETER
-lib/chatWidget.dart:89:17
- The named parameter 'primary' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/chatWidget.dart:90:17
- The named parameter 'onPrimary' isn't defined.UNDEFINED_NAMED_PARAMETER
-lib/chatWidget.dart:139:21
- The named parameter 'primary' isn't defined.
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.22.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.