loggme 1.0.6 copy "loggme: ^1.0.6" to clipboard
loggme: ^1.0.6 copied to clipboard

A litle package be relax when your apps are running on production. Allways receive logs about what happen there through Telegram, slack and any other http REST API.

6
likes
150/ 160
pub points
90
downloads

We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

33 out of 69 API elements (47.8 %) have documentation comments.

Some symbols that are missing documentation: loggme, loggme.CustomSender, loggme.CustomSender.CustomSender, loggme.GenericSender, loggme.GenericSender.GenericSender.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:loggme/loggme.dart that imports:
  • package:loggme/src/logger/logger.dart that imports:
  • package:loggme/src/sender/telegram/telegram_sender.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:loggme/loggme.dart that imports:
  • package:loggme/src/logger/logger.dart that imports:
  • package:loggme/src/sender/telegram/telegram_sender.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
auto_exporter ^2.0.0 2.0.1 3.4.2
dartz ^0.10.1 0.10.1 0.10.1
dotenv ^4.2.0 4.2.0 4.2.0
http ^1.1.0 1.2.2 1.2.2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 76.0.0 79.0.0
_macros - 0.3.3 0.3.3
analyzer - 6.11.0 7.2.0
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
auto_exporter_annotation - 1.0.2 1.0.2
build - 2.4.2 2.4.2
build_resolvers - 2.4.3 2.4.3
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dart_style - 2.3.7 3.0.1
file - 7.0.1 7.0.1
glob - 2.1.2 2.1.2
graphs - 2.3.2 2.3.2
http_parser - 4.1.2 4.1.2
logging - 1.3.0 1.3.0
macros - 0.1.3-main.0 0.1.3-main.0
meta - 1.16.0 1.16.0
package_config - 2.1.1 2.1.1
path - 1.9.1 1.9.1
pool - 1.5.1 1.5.1
pub_semver - 2.1.5 2.1.5
source_gen - 1.5.0 2.0.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
watcher - 1.1.1 1.1.1
web - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.0.0` on auto_exporter does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions auto_exporter 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.22.18, Dart 3.6.1.

Check the analysis log for details.

6
likes
150
points
90
downloads

Publisher

verified publisherofceabstudio.dev

Weekly Downloads

A litle package be relax when your apps are running on production. Allways receive logs about what happen there through Telegram, slack and any other http REST API.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

auto_exporter, dartz, dotenv, http

More

Packages that depend on loggme