quickchat 0.0.2
quickchat: ^0.0.2 copied to clipboard
Worldlink messaging system - chat inbox
We analyzed this package 4 days ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: quickchat, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
quickchatthat depends on:file_pickerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
quickchatthat depends on:file_pickerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
quickchatthat depends on:file_pickerthat depends on:flutter_plugin_android_lifecyclethat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
quickchatthat depends on:file_pickerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
quickchatthat depends on:file_pickerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
quickchatthat depends on:file_pickerthat depends on:win32that declares support for platforms:Windows.
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 |
|---|---|---|---|---|
file_picker |
^7.0.2 |
7.1.0+1 | 10.3.10 | |
webview_flutter |
^4.5.0 |
4.9.0 | 4.13.1 | |
webview_flutter_android |
^3.15.0 |
3.16.9 | 4.10.13 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+2 | 0.3.5+2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
webview_flutter_platform_interface |
- | 2.14.0 | 2.14.0 | |
webview_flutter_wkwebview |
- | 3.23.8 | 3.23.8 | |
win32 |
- | 5.15.0 | 6.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.0.2` on file_picker does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^3.15.0` on webview_flutter_android does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions webview_flutter_android 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.