flutter_socket_logger 0.0.1
flutter_socket_logger: ^0.0.1 copied to clipboard
A flutter remote log tool. It routes logs from your app to a remote log browser.
We analyzed this package 5 days ago, and awarded it 85 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
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
2 out of 28 API elements (7.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: flutter_socket_logger, flutter_socket_logger.LogConsole, flutter_socket_logger.LogConsole.LogConsole.new, flutter_socket_logger.LogConsole.bufferSize, flutter_socket_logger.LogConsole.dark.
10/10 points: Package has 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:flutter_socket_logger/flutter_socket_logger.dartthat imports:package:flutter_socket_logger/src/product_filter.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/file_output_stub.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
ERROR: The argument type 'QrImage' can't be assigned to the parameter type 'Widget?'.
lib/src/log_console.dart:180:32
╷
180 │ child: QrImage(
│ ┌────────────────────────────────^
181 │ │ data: 'loggerId:${widget.loggerId}',
182 │ │ backgroundColor: Colors.white,
183 │ │ )),
│ └─────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/log_console.dart
ERROR: 1 positional argument expected by 'QrImage.new', but 0 found.
lib/src/log_console.dart:181:27
╷
181 │ data: 'loggerId:${widget.loggerId}',
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/log_console.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
logger |
^1.1.0 |
1.4.0 | 2.6.2 | |
qr_flutter |
^4.0.0 |
4.1.0 | 4.1.0 | |
socket_io_client |
^1.0.1 |
1.0.2 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
qr |
- | 3.0.2 | 3.0.2 | |
socket_io_common |
- | 1.0.1 | 3.1.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger to update the constraint.
The constraint `^1.0.1` on socket_io_client does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions socket_io_client 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.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.