flutter_heyteacher_logger 0.0.1
flutter_heyteacher_logger: ^0.0.1 copied to clipboard
The flutter heyteacher package for logger utilities.
We analyzed this package 16 hours ago, and awarded it 65 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://codeberg.org/heyteacher/flutter_heyteacher_logger was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://codeberg.org/heyteacher/flutter_heyteacher_logger was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://codeberg.org/heyteacher/flutter_heyteacher_logger/issues was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://codeberg.org/heyteacher/flutter_heyteacher_logger was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.1").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
33 out of 35 API elements (94.3 %) have documentation comments.
Some symbols that are missing documentation: flutter_heyteacher_logger, flutter_heyteacher_logger.LoggingRouter.LoggingRouter.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'src/l10n/flutter_heyteacher_logger.dart'.
lib/flutter_heyteacher_logger.dart:7:8
╷
7 │ export 'src/l10n/flutter_heyteacher_logger.dart' show FlutterHeyteacherLoggerLocalizations;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_heyteacher_logger.dart
ERROR: Undefined name 'FlutterHeyteacherLoggerLocalizations'.
lib/src/logger/logger_view.dart:61:13
╷
61 │ FlutterHeyteacherLoggerLocalizations.of(context)!.logging,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/logger/logger_view.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
^1.1.2 |
1.1.2 | 1.1.2 | |
equatable |
^2.0.8 |
2.0.8 | 2.0.8 | |
firebase_analytics |
^12.1.3 |
12.2.0 | 12.2.0 | |
flutter_heyteacher_auth |
any |
2.0.13+154 | 2.0.13+154 | |
flutter_heyteacher_locale |
any |
2.0.11+148 | 2.0.11+148 | |
flutter_heyteacher_views |
any |
3.0.4+150 | 3.0.4+150 | |
flutter_heyteacher_worker |
any |
2.0.6+138 | 2.0.6+138 | |
go_router |
^17.1.0 |
17.2.0 | 17.2.0 | |
json_annotation |
^4.11.0 |
4.11.0 | 4.11.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.5.4 |
2.5.5 | 2.5.5 |
Transitive dependencies
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 9 errors:
URI_DOES_NOT_EXIST-lib/flutter_heyteacher_logger.dart:7:8- Target of URI doesn't exist: 'src/l10n/flutter_heyteacher_logger.dart'.UNDEFINED_IDENTIFIER-lib/src/logger/logger_view.dart:61:13- Undefined name 'FlutterHeyteacherLoggerLocalizations'.UNDEFINED_IDENTIFIER-lib/src/logger/logger_view.dart:140:19- Undefined name 'FlutterHeyteacherLoggerLocalizations'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.