release_updater 1.0.23
release_updater: ^1.0.23 copied to clipboard
A simple way to automatically update release/installation files in a local directory.
13
likes
120/ 130
pub points
28%
popularity
We analyzed this package 7 days 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
- 99 out of 284 API elements (34.9 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: This function has a nullable return type of 'ReleasePackerCommand?', but ends without returning a value.
lib/src/release_packer.dart:273:32
╷
273 │ static ReleasePackerCommand? from(Object command) {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/release_packer.dart
INFO: This function has a nullable return type of 'Object?', but ends without returning a value.
lib/src/release_updater_config.dart:40:9
╷
40 │ Object? resolveJsonProperties(Object? json, Map<String, String>? properties) {
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/release_updater_config.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | ^3.1.8 | 3.3.0 | 3.3.0 |
base_codecs | ^1.0.1 | 1.0.1 | 1.0.1 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
crypto | ^3.0.1 | 3.0.2 | 3.0.2 |
mercury_client | ^2.1.3 | 2.1.6 | 2.1.6 |
path | ^1.8.1 | 1.8.2 | 1.8.2 |
pub_semver | ^2.1.0 | 2.1.1 | 2.1.1 |
shelf | ^1.2.0 | 1.3.0 | 1.3.0 |
shelf_gzip | ^4.0.0 | 4.0.0 | 4.0.0 |
shelf_static | ^1.1.0 | 1.1.0 | 1.1.0 |
yaml | ^3.1.0 | 3.1.1 | 3.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.9.0 | 2.9.0 |
clock | - | 1.1.0 | 1.1.0 |
convert | - | 3.0.1 | 3.0.1 |
enum_to_string | - | 2.0.1 | 2.0.1 |
http_parser | - | 4.0.1 | 4.0.1 |
intl | - | 0.17.0 | 0.17.0 |
meta | - | 1.8.0 | 1.8.0 |
mime | - | 1.0.2 | 1.0.2 |
resource_portable | - | 3.0.0 | 3.0.0 |
source_span | - | 1.9.0 | 1.9.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
stream_channel | - | 2.1.0 | 2.1.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
swiss_knife | - | 3.1.1 | 3.1.1 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.1 | 1.3.1 |
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.12
, Dart 2.17.0
.