update_helper 0.1.0-rc3
update_helper: ^0.1.0-rc3 copied to clipboard
Help you easier to control the update dialog. It also supports the feature that forces the app to update to continue using.
1
likes
130/ 130
pub points
61%
popularity
We analyzed this package 3 days ago, and awarded it 130 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: Use an OSI-approved license
Detected license: MIT
.
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 `Android`.
Because:
package:update_helper/update_helper.dart
that imports:package:update_helper/src/update_helper.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:update_helper/update_helper.dart
that imports:package:update_helper/src/update_helper.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Linux`.
Because:
package:update_helper/update_helper.dart
that imports:package:update_helper/src/update_helper.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:update_helper/update_helper.dart
that imports:package:update_helper/src/update_helper.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package not compatible with platform Web
Because:
package:update_helper/update_helper.dart
that imports:package:update_helper/src/update_helper.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
http | ^0.13.5 | 0.13.5 | 0.13.5 |
package_info_plus | ^3.0.1 | 3.0.2 | 3.0.2 |
satisfied_version | ^0.1.0 | 0.1.0+1 | 0.1.0+1 |
universal_platform | ^1.0.0+1 | 1.0.0+1 | 1.0.0+1 |
url_launcher | ^6.1.5 | 6.1.8 | 6.1.8 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.10.0 | 2.10.0 |
characters | - | 1.2.1 | 1.2.1 |
collection | - | 1.17.0 | 1.17.1 |
ffi | - | 2.0.1 | 2.0.1 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
http_parser | - | 4.0.2 | 4.0.2 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.2.0 |
meta | - | 1.8.0 | 1.9.0 |
package_info_plus_platform_interface | - | 2.0.1 | 2.0.1 |
path | - | 1.8.3 | 1.8.3 |
plugin_platform_interface | - | 2.1.3 | 2.1.3 |
sky_engine | - | 0.0.99 | 0.0.99 |
source_span | - | 1.9.1 | 1.9.1 |
string_scanner | - | 1.2.0 | 1.2.0 |
term_glyph | - | 1.2.1 | 1.2.1 |
typed_data | - | 1.3.1 | 1.3.1 |
url_launcher_android | - | 6.0.23 | 6.0.23 |
url_launcher_ios | - | 6.0.18 | 6.0.18 |
url_launcher_linux | - | 3.0.2 | 3.0.2 |
url_launcher_macos | - | 3.0.2 | 3.0.2 |
url_launcher_platform_interface | - | 2.1.1 | 2.1.1 |
url_launcher_web | - | 2.0.14 | 2.0.14 |
url_launcher_windows | - | 3.0.3 | 3.0.3 |
vector_math | - | 2.1.4 | 2.1.4 |
win32 | - | 3.1.3 | 4.1.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.25
, Flutter 3.7.0
, Dart 2.19.0
.