quickchat 0.0.2
quickchat: ^0.0.2 copied to clipboard
Worldlink messaging system - chat inbox
We analyzed this package 24 hours 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.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: quickchat
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Could not find any pubspec.yaml
in the repository.
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:
quickchat
that depends on:file_picker
that depends on:win32
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
quickchat
that depends on:file_picker
that depends on:win32
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
quickchat
that depends on:file_picker
that depends on:flutter_plugin_android_lifecycle
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
quickchat
that depends on:file_picker
that depends on:win32
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
quickchat
that depends on:file_picker
that depends on:win32
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
quickchat
that depends on:file_picker
that depends on:win32
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/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 |
---|---|---|---|---|
file_picker |
^7.0.2 |
7.1.0+1 | 10.3.3 | |
webview_flutter |
^4.5.0 |
4.9.0 | 4.13.0 | |
webview_flutter_android |
^3.15.0 |
3.16.9 | 4.10.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
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.1 | 3.23.1 | |
win32 |
- | 5.15.0 | 5.15.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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.