f_logs 1.2.2
f_logs: ^1.2.2 copied to clipboard
FLog provides quick & simple logging solution. All logs are saved to the DB which can then be exported in files.
We analyzed this package on Jan 23, 2021, and awarded it 70 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 21 out of 248 API elements (8.5 %) 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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 8 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:f_logs/f_logs.dart
that imports:package:f_logs/utils/storage/logs_storage.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms: Android, iOS, Windows, Linux, macOS
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: 'List' is deprecated and shouldn't be used.
lib/utils/filters/filters.dart:14:28
╷
14 │ List<Filter> filters = List();
│ ^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/utils/filters/filters.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/utils/filters/filters.dart:15:37
╷
15 │ List<Filter> timestampFilters = List();
│ ^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/utils/filters/filters.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
intl | ^0.16.0 | 0.16.1 | 0.16.1 |
meta | ^1.1.8 | 1.3.0-nullsafety.6 | 1.3.0-nullsafety.6 |
path | ^1.6.4 | 1.7.0 | 1.8.0-nullsafety.3 |
path_provider | ^1.5.1 | 1.6.27 | 1.6.27 |
permission_handler | ^4.0.0 | 4.4.0+hotfix.4 | 5.0.1+1 |
sembast | ^2.1.2 | 2.4.8+1 | 2.4.8+1 |
stack_trace | ^1.9.3 | 1.9.6 | 1.10.0-nullsafety.6 |
xxtea | ^2.0.2 | 2.0.3 | 2.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.5 | 1.1.0-nullsafety.5 |
collection | - | 1.15.0-nullsafety.5 | 1.15.0-nullsafety.5 |
ffi | - | 0.1.3 | 0.1.3 |
file | - | 5.2.1 | 5.2.1 |
path_provider_linux | - | 0.0.1+2 | 0.0.1+2 |
path_provider_macos | - | 0.0.4+8 | 0.0.4+8 |
path_provider_platform_interface | - | 1.0.4 | 1.0.4 |
path_provider_windows | - | 0.0.4+3 | 0.0.4+3 |
permission_handler_platform_interface | - | 1.0.0 | 2.0.1 |
platform | - | 2.2.1 | 2.2.1 |
plugin_platform_interface | - | 1.0.3 | 1.0.3 |
process | - | 3.0.13 | 3.0.13 |
synchronized | - | 2.2.0+2 | 2.2.0+2 |
typed_data | - | 1.3.0-nullsafety.5 | 1.3.0-nullsafety.5 |
vector_math | - | 2.1.0-nullsafety.5 | 2.1.0-nullsafety.5 |
win32 | - | 1.7.4 | 1.7.4 |
xdg_directories | - | 0.1.2 | 0.1.2 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.0` on permission_handler does not support the latest published version `5.0.1+1`
pubspec.yaml:23:23
╷
23 │ permission_handler: ^4.0.0
│ ^^^^^^
╵