neonize 1.0.0
neonize: ^1.0.0 copied to clipboard
A Dart/Flutter library for WhatsApp automation and bot development, providing a high-level interface to interact with WhatsApp Web protocol through the Neonize Go library. Features include message han [...]
We analyzed this package 21 hours ago, and awarded it 110 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
10123 out of 17252 API elements (58.7 %) have documentation comments.
Some symbols that are missing documentation: neonize.AgentAction, neonize.AgentAction.AgentAction.fromBuffer, neonize.AgentAction.AgentAction.fromJson, neonize.AgentAction.AgentAction.new, neonize.AgentAction.clearDeviceID.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:neonize/neonize.dartthat imports:package:neonize/src/event/event.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
bin/main.dart:57:40
╷
57 │ final messageText = message.message?.conversation;
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
bin/main.dart:65:30
╷
65 │ final chat = message.info?.messageSource?.chat;
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze bin/main.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.3 |
2.0.3 | 2.0.3 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
ffi |
^2.1.4 |
2.1.5 | 2.1.5 | |
fixnum |
^1.1.1 |
1.1.1 | 1.1.1 | |
image |
^4.5.4 |
4.7.2 | 4.7.2 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
mime_type |
^1.0.1 |
1.0.1 | 1.0.1 | |
protobuf |
^4.1.0 |
4.2.0 | 6.0.0 | |
qr |
^3.0.2 |
3.0.2 | 3.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
collection |
- | 1.19.1 | 1.19.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
posix |
- | 6.0.3 | 6.0.3 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.1.0` on protobuf does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions protobuf 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.5, Dart 3.10.7.
Check the analysis log for details.