adhoc_plugin 2.0.3
adhoc_plugin: ^2.0.3 copied to clipboard
Flutter plugin that allows creating and managing a mobile (Android only) ad hoc network
We analyzed this package 3 days ago, and awarded it 140 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
76 out of 89 API elements (85.4 %) have documentation comments.
Some symbols that are missing documentation: adhoc_plugin, adhoc_plugin.Config.expiryTime, adhoc_plugin.Config.flood, adhoc_plugin.Config.label, adhoc_plugin.Config.public.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:adhoc_plugin/adhoc_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:adhoc_plugin/adhoc_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:adhoc_plugin/adhoc_plugin.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:adhoc_plugin/adhoc_plugin.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:adhoc_plugin/adhoc_plugin.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: The variable name 'GATTSendMessage' isn't a lowerCamelCase identifier.
lib/src/datalink/ble/ble_services.dart:108:23
╷
108 │ static Future<void> GATTSendMessage(MessageAdHoc message, String mac) async {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/datalink/ble/ble_services.dart
INFO: The variable name '_sendRREP_GRATUITOUS' isn't a lowerCamelCase identifier.
lib/src/network/aodv/aodv_manager.dart:508:8
╷
508 │ void _sendRREP_GRATUITOUS(String senderAddr, RREQ rreq) {
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/network/aodv/aodv_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cryptography |
^2.0.1 |
2.9.0 | 2.9.0 | |
flutter_reactive_ble |
^3.1.1+1 |
3.1.1+1 | 5.4.0 | |
json_annotation |
^4.0.1 |
4.9.0 | 4.9.0 | |
ninja_prime |
^2.0.0 |
2.0.0 | 2.0.0 | |
pointycastle |
^3.0.1 |
3.9.1 | 4.0.0 | |
uuid |
^3.0.4 |
3.0.7 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
functional_data |
- | 1.2.0 | 1.2.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
pedantic |
- | 1.11.1 | 1.11.1 | Discontinued |
protobuf |
- | 2.1.0 | 6.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^3.1.1+1` on flutter_reactive_ble does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_reactive_ble to update the constraint.
The constraint `^3.0.1` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle 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, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.