flutter_socket_logger 0.0.1 copy "flutter_socket_logger: ^0.0.1" to clipboard
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.

1
likes
65/ 140
pub points
0%
popularity

We analyzed this package 2 hours ago, and awarded it 65 pub points (of a possible 140):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

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.

partial
Provide documentation
10 / 20trigger folding of the section

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.

Some symbols that are missing documentation: flutter_socket_logger, flutter_socket_logger.LogConsole, flutter_socket_logger.LogConsole.LogConsole, flutter_socket_logger.LogConsole.bufferSize, flutter_socket_logger.LogConsole.dark.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:flutter_socket_logger/src/product_filter.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 11 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
logger ^1.1.0 1.4.0 2.2.0
qr_flutter ^4.0.0 4.1.0 4.1.0
socket_io_client ^1.0.1 1.0.2 2.0.3+1
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
js - 0.6.7 0.7.1
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
qr - 3.0.1 3.0.1
sky_engine - 0.0.99 0.0.99
socket_io_common - 1.0.1 2.0.3
vector_math - 2.1.4 2.1.4

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
65
pub points
0%
popularity

Publisher

unverified uploader

A flutter remote log tool. It routes logs from your app to a remote log browser.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, logger, qr_flutter, socket_io_client

More

Packages that depend on flutter_socket_logger