update_center 1.0.3
update_center: ^1.0.3 copied to clipboard
A package that allows you to implement your own update system for your application.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/Smolla-ITc/update_center/issues
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
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
35 out of 129 API elements (27.1 %) have documentation comments.
Some symbols that are missing documentation: android
, android.AndroidModel.AndroidModel.new
, android.AndroidModel.changeLog
, android.AndroidModel.downloadUrl
, android.AndroidModel.minSupport
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:update_center/update_center.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `macOS`.
Because:
package:update_center/update_center.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `Web`.
Because:
package:update_center/update_center.dart
that declares support for platforms:Android
,iOS
,Windows
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:update_center/update_center.dart
that imports:package:update_center/provider/download_provider.dart
that imports:package:update_center/provider/notification_provider.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:update_center/update_center.dart
that imports:package:update_center/provider/download_provider.dart
that imports:package:update_center/provider/notification_provider.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:update_center/update_center.dart
that imports:package:open_filex/open_filex.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:update_center/update_center.dart
that imports:package:update_center/utils/onDownload.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/update_center/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: The file name 'onDownload.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/onDownload.dart
/tmp/pana_GTXDQY/lib/provider/check_provider.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
flutter_local_notifications |
^18.0.0 |
18.0.1 | 19.1.0 | |
http |
^1.2.2 |
1.3.0 | 1.3.0 | |
open_filex |
^4.5.0 |
4.7.0 | 4.7.0 | |
package_info_plus |
^8.1.0 |
8.3.0 | 8.3.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0+1 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.3.2 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^18.0.0` on flutter_local_notifications does not support the stable version `19.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
to update the constraint.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`, that was published 10 days ago.
When permission_handler is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.