at_utils 3.0.10
at_utils: ^3.0.10 copied to clipboard
A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger.
7
likes
120/ 130
pub points
83%
popularity
We analyzed this package 5 hours ago, and awarded it 120 pub points (of a possible 130):
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
10/10 points: 20% or more of the public API has dartdoc comments
- 8 out of 37 API elements (21.6 %) have documentation comments.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:at_utils/at_utils.dart
that imports:package:at_utils/at_logger.dart
that imports:package:at_utils/src/logging/atsignlogger.dart
that imports:package:at_utils/src/logging/handlers.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Name non-constant identifiers using lowerCamelCase.
lib/src/atmetadata_utils.dart:56:32
╷
56 │ static int? validateTTR(int? ttr_ms) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/atmetadata_utils.dart
INFO: Name non-constant identifiers using lowerCamelCase.
lib/src/logging/atsignlogger.dart:8:17
╷
8 │ static String _root_level = 'info';
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/logging/atsignlogger.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
at_commons | ^3.0.17 | 3.0.18 | 3.0.18 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
crypto | ^3.0.1 | 3.0.2 | 3.0.2 |
logging | ^1.0.1 | 1.0.2 | 1.0.2 |
yaml | ^3.1.0 | 3.1.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
path | - | 1.8.2 | 1.8.2 |
source_span | - | 1.9.0 | 1.9.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
uuid | - | 3.0.6 | 3.0.6 |
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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Dart 2.17.5
.