nui_log 0.0.18
nui_log: ^0.0.18 copied to clipboard
A new Flutter package for logging
We analyzed this package 13 hours ago, and awarded it 60 pub points (of a possible 140):
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.
Homepage URL doesn't exist.
At the time of the analysis http://dev.g-i.com.my/istudio/docs/core/overview/
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://neohwei@bitbucket.org/myinglab/flutterstudio.git
was unreachable. Make sure that the website is reachable via HEAD
requests.
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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 3 out of 205 API elements (1.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.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:nui_log/nui_log.dart
that imports:package:nui_web/nui_web.dart
that imports:package:nui_web/nui_web_models.dart
that imports:package:nui_core/data/nui_ent.dart
that imports:package:nui_core/datetime/nui_dt_util.dart
that imports:package:nui_core/nui_core.dart
that imports:package:nui_core/ui/nui_permission_util.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:nui_log/nui_log.dart
that imports:package:nui_web/nui_web.dart
that imports:package:nui_web/nui_web_models.dart
that imports:package:nui_core/data/nui_ent.dart
that imports:package:nui_core/datetime/nui_dt_util.dart
that imports:package:nui_core/nui_core.dart
that imports:package:nui_core/ui/nui_permission_util.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:nui_log/nui_log.dart
that imports:package:nui_web/nui_web.dart
that imports:package:nui_web/nui_web_models.dart
that imports:package:nui_core/data/nui_ent.dart
that imports:package:nui_core/datetime/nui_dt_util.dart
that imports:package:nui_core/nui_core.dart
that imports:package:nui_core/ui/nui_permission_util.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:nui_log/nui_log.dart
that imports:package:nui_web/nui_web.dart
that imports:package:nui_web/nui_web_models.dart
that imports:package:nui_core/data/nui_ent.dart
that imports:package:nui_core/datetime/nui_dt_util.dart
that imports:package:nui_core/nui_core.dart
that imports:package:nui_core/ui/nui_permission_util.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Duplicate import.
lib/nui_log.dart:12:8
╷
12 │ import 'nui_log_database.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/nui_log.dart
INFO: The import of 'package:nui_core/data/nui_ent.dart' is unnecessary because all of the used elements are also provided by the import of 'package:nui_core/nui_core.dart'.
lib/nui_log_models.dart:2:8
╷
2 │ import 'package:nui_core/data/nui_ent.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/nui_log_models.dart
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 |
flutter_appcenter_bundle | ^3.3.1+2 | 3.3.2 | 3.3.2 |
nui_core | ^0.0.212 | 0.0.253 | 0.1.1 |
nui_database | ^0.0.7 | 0.0.11 | 0.0.11 |
nui_error_handler | ^0.0.10 | 0.0.11 | 0.0.11 |
nui_web | ^0.0.25 | 0.0.35 | 0.0.41 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.0.212` on nui_core does not support the stable version `0.1.1`.
Try running dart pub upgrade --major-versions nui_core
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.7.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.25
, Flutter 3.7.0
, Dart 2.19.0
.