djangoflow_chat 0.2.0+1
djangoflow_chat: ^0.2.0+1 copied to clipboard
The djangoflow_chat package provides a set of classes and methods for building real-time chat applications in Flutter using [django-df-chat](https://github.com/djangoflow/django-df-chat) and djangoflow_openapi
We analyzed this package 13 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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
27 out of 52 API elements (51.9 %) have documentation comments.
Some symbols that are missing documentation: anonymous_user, anonymous_user.AnynomousUser.AnynomousUser.new, anonymous_user.AnynomousUser.firstName, anonymous_user.AnynomousUser.id, anonymous_user.AnynomousUser.lastName.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
^8.1.4 |
8.1.4 | 9.2.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dio |
^5.4.2+1 |
5.9.2 | 5.9.2 | |
djangoflow_bloc_extensions |
^0.1.0 |
0.1.0 | 0.2.0 | |
djangoflow_openapi |
^0.1.22 |
0.1.22 | 0.1.22 | |
flutter_bloc |
^8.1.5 |
8.1.6 | 9.1.1 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
dio_web_adapter |
- | 2.1.2 | 2.1.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^8.1.4` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc to update the constraint.
The constraint `^0.1.0` on djangoflow_bloc_extensions does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions djangoflow_bloc_extensions 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 8 errors:
UNDEFINED_NAMED_PARAMETER-lib/blocs/chat_cubit/chat_state.freezed.dart:35:12- The named parameter 'includeFromJson' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/blocs/chat_cubit/chat_state.freezed.dart:35:36- The named parameter 'includeToJson' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/blocs/chat_cubit/chat_state.freezed.dart:234:12- The named parameter 'includeFromJson' 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.23.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.