flutter_chen_updater 1.2.0
flutter_chen_updater: ^1.2.0 copied to clipboard
A comprehensive Flutter app update library supporting background downloads and iOS App Store redirects.
We analyzed this package 23 hours ago, and awarded it 150 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
57 out of 108 API elements (52.8 %) have documentation comments.
Some symbols that are missing documentation: flutter_chen_updater
, flutter_chen_updater.CommonDialog.CommonDialog.new
, flutter_chen_updater.CommonDialog.barrierDismissible
, flutter_chen_updater.CommonUtils.CommonUtils.new
, flutter_chen_updater.DownloadProgress
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Linux`.
Because:
package:flutter_chen_updater/flutter_chen_updater.dart
that imports:package:flutter_chen_updater/src/updater.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:flutter_chen_updater/flutter_chen_updater.dart
that imports:package:flutter_chen_updater/src/updater.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:flutter_chen_updater/flutter_chen_updater.dart
that imports:package:flutter_chen_updater/src/utils/storage_utils.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_chen_updater/flutter_chen_updater.dart
that imports:package:flutter_chen_updater/src/utils/storage_utils.dart
that imports:package:flutter_chen_updater/src/helper/native_plugin_helper.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/flutter_chen_updater/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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.0 |
3.0.6 | 3.0.6 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^11.0.0` on permission_handler does not support the stable version `12.0.0`.
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.22
, Flutter 3.35.1
, Dart 3.9.0
.
Check the analysis log for details.