psutil_flutter 0.0.1
psutil_flutter: ^0.0.1 copied to clipboard
A comprehensive system monitoring and process management plugin for Flutter. Retrieve real-time CPU, memory, disk, and network statistics, inspired by the Python psutil library.
We analyzed this package 7 days ago, and awarded it 60 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT:
Documenting psutil_flutter...
Discovering libraries...
Linking elements...
Precaching local docs for 646679 elements...
Initialized dartdoc with 805 libraries
Generating docs for library psutil_flutter_platform_interface.dart from package:psutil_flutter/psutil_flutter_platform_interface.dart...
Generating docs for library psutil_flutter.dart from package:psutil_flutter/psutil_flutter.dart...
Generating docs for library psutil_flutter_method_channel.dart from package:psutil_flutter/psutil_flutter_method_channel.dart...
Documented 3 public libraries in 59.3 seconds
ERR:
error: file already written at "psutil_flutter/Psutil/operator_shift_left.html"
for symbol psutil_flutter.Psutil.<<: (file:///tmp/pana_AMRTEC/lib/psutil_flutter.dart:42:3)
conflicting with file already generated by psutil_flutter.Psutil.<<: (file:///tmp/pana_AMRTEC/lib/psutil_flutter.dart:42:1)
Dartdoc generates a path and filename to write to for each symbol.
'psutil_flutter.Psutil.<<' conflicts with another symbol in the
generated path, and therefore can not be written out. Changing the
name, library name, or class name (if appropriate) of one of the
conflicting items can resolve the conflict. Alternatively, use the
@nodoc directive in one symbol's documentation comment to hide it.
error: file already written at "psutil_flutter/Psutil/operator_shift_left.html"
[9 more lines]
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 68 issues. Showing the first 2:
ERROR: Operator '<<' should declare exactly 1 parameters, but 0 found.
lib/psutil_flutter.dart:42:1
╷
42 │ <<<<<<< HEAD
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/psutil_flutter.dart
ERROR: Operator declarations must be preceded by the keyword 'operator'.
lib/psutil_flutter.dart:42:1
╷
42 │ <<<<<<< HEAD
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/psutil_flutter.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 58 errors:
WRONG_NUMBER_OF_PARAMETERS_FOR_OPERATOR-lib/psutil_flutter.dart:42:1- Operator '<<' should declare exactly 1 parameters, but 0 found.MISSING_KEYWORD_OPERATOR-lib/psutil_flutter.dart:42:1- Operator declarations must be preceded by the keyword 'operator'.MISSING_METHOD_PARAMETERS-lib/psutil_flutter.dart:42:1- Methods must have an explicit list of parameters.
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.9, Dart 3.11.5.
Check the analysis log for details.