vesti_logger 0.0.1 copy "vesti_logger: ^0.0.1" to clipboard
vesti_logger: ^0.0.1 copied to clipboard

outdated

Projeto de Logger da Vesti para ajudar no troubleshotting

0
likes
50/ 140
pub points
48%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
0 / 20trigger folding of the section

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

5 out of 57 API elements (8.8 %) 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: LoggerBottomSheet, LoggerBottomSheet.LoggerBottomSheet, LoggerBottomSheet.LoggerBottomSheet.LoggerBottomSheet, LoggerBottomSheet.LoggerBottomSheet.showDraggable, LoggerBottomSheet.LoggerBottomSheet.showView.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:vesti_logger/logger/vlogger.dart that imports:
  • package:vesti_logger/logger/vlogger_list.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:vesti_logger/logger/vlogger.dart that imports:
  • package:vesti_logger/logger/vlogger_list.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:vesti_logger/logger/vlogger.dart that imports:
  • package:vesti_logger/logger/vlogger_list.dart that imports:
  • package:fluttertoast/fluttertoast.dart that declares support for platforms: Android, iOS, Web.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

ERROR: The getter 'headline5' isn't defined for the type 'TextTheme'.

lib/logger/vlogger_list.dart:133:32

    ╷
133 │                               .headline5),
    │                                ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/logger/vlogger_list.dart

ERROR: The getter 'caption' isn't defined for the type 'TextTheme'.

lib/logger/vlogger_list.dart:142:28

    ╷
142 │                           .caption
    │                            ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/logger/vlogger_list.dart

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

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

Package Constraint Compatible Latest
dio any 5.4.3+1 5.4.3+1
flutter flutter 0.0.0 0.0.0
flutter_mobx any 2.2.1+1 2.2.1+1
flutter_modular any 6.3.3 6.3.3
fluttertoast any 8.2.5 8.2.5
mobx any 2.3.3+2 2.3.3+2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
auto_injector - 2.0.4 2.0.4
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
fixnum - 1.1.0 1.1.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.0.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
modular_core - 3.3.2 3.3.2
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
provider - 6.1.2 6.1.2
result_dart - 1.1.1 1.1.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
vector_math - 2.1.4 2.1.4

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

0
likes
50
pub points
48%
popularity

Publisher

unverified uploader

Projeto de Logger da Vesti para ajudar no troubleshotting

Documentation

API reference

License

unknown (LICENSE)

Dependencies

dio, flutter, flutter_mobx, flutter_modular, fluttertoast, mobx

More

Packages that depend on vesti_logger