flutter_release_x 0.3.2  flutter_release_x: ^0.3.2 copied to clipboard
flutter_release_x: ^0.3.2 copied to clipboard
A CLI tool to easily build, release, and share Flutter apps. Supports cloud uploads, QR codes, and download links for fast distribution.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
 10/10 points: Provide a valid
 10/10 points: Provide a valid pubspec.yaml
Funding URL doesn't exist.
At the time of the analysis https://buymeacoffee.com/kingrittik was unreachable. Make sure that the website is reachable via HEAD requests.
 5/5 points: Provide a valid
 5/5 points: Provide a valid README.md
 5/5 points: Provide a valid
 5/5 points: Provide a valid CHANGELOG.md
 10/10 points: Use an OSI-approved license
 10/10 points: Use an OSI-approved license
Detected license: MIT.
 10/10 points: 20% or more of the public API has dartdoc comments
 10/10 points: 20% or more of the public API has dartdoc comments
82 out of 236 API elements (34.7 %) have documentation comments.
Some symbols that are missing documentation: app_config_model, app_config_model.AppConfigModel, app_config_model.AppConfigModel.AppConfigModel.fromYaml, app_config_model.AppConfigModel.AppConfigModel.new, app_config_model.AppConfigModel.flutterPath.
 10/10 points: Package has an example and has no issues with screenshots
 10/10 points: Package has an example and has no issues with screenshots
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- 
✓ Windows 
- 
✓ Linux 
- 
✓ macOS 
These platforms are not supported:
Package does not support platform `Android`.
Because:
- package:flutter_release_x/cli.dartthat declares support for platforms:- Windows,- Linux,- macOS.
Package does not support platform `iOS`.
Because:
- package:flutter_release_x/cli.dartthat declares support for platforms:- Windows,- Linux,- macOS.
Package does not support platform `Web`.
Because:
- package:flutter_release_x/cli.dartthat declares support for platforms:- Windows,- Linux,- macOS.
 0/0 points: WASM compatibility
 0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
- package:flutter_release_x/cli.dartthat imports:
- package:flutter_release_x/constants/kstrings.dartthat 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.
 40/50 points: code has no errors, warnings, lints, or formatting issues
 40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Missing type annotation.
lib/models/app_config_model.dart:22:35
   ╷
22 │   factory AppConfigModel.fromYaml(yamlPath) {
   │                                   ^^^^^^^^
   ╵
To reproduce make sure you are using the lints_core and run dart analyze lib/models/app_config_model.dart
 0/10 points: All of the package dependencies are supported in the latest version
 0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| args | ^2.6.0 | 2.7.0 | 2.7.0 | |
| dio | ^5.7.0 | 5.9.0 | 5.9.0 | |
| googleapis | ^14.0.0 | 14.0.0 | 15.0.0 | |
| googleapis_auth | ^2.0.0 | 2.0.0 | 2.0.0 | |
| http | ^1.2.2 | 1.5.0 | 1.5.0 | |
| http_parser | ^4.1.2 | 4.1.2 | 4.1.2 | |
| image | ^4.5.2 | 4.5.4 | 4.5.4 | |
| path | ^1.9.0 | 1.9.1 | 1.9.1 | |
| qr | ^3.0.2 | 3.0.2 | 3.0.2 | |
| yaml | ^3.1.3 | 3.1.3 | 3.1.3 | 
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes | 
|---|---|---|---|---|
| _discoveryapis_commons | - | 1.0.7 | 1.0.7 | |
| archive | - | 4.0.7 | 4.0.7 | |
| async | - | 2.13.0 | 2.13.0 | |
| collection | - | 1.19.1 | 1.19.1 | |
| crypto | - | 3.0.6 | 3.0.6 | |
| dio_web_adapter | - | 2.1.1 | 2.1.1 | |
| ffi | - | 2.1.4 | 2.1.4 | |
| google_identity_services_web | - | 0.3.3+1 | 0.3.3+1 | |
| meta | - | 1.17.0 | 1.17.0 | |
| mime | - | 2.0.0 | 2.0.0 | |
| petitparser | - | 7.0.1 | 7.0.1 | |
| posix | - | 6.0.3 | 6.0.3 | |
| source_span | - | 1.10.1 | 1.10.1 | |
| string_scanner | - | 1.4.1 | 1.4.1 | |
| term_glyph | - | 1.2.2 | 1.2.2 | |
| typed_data | - | 1.4.0 | 1.4.0 | |
| web | - | 1.1.1 | 1.1.1 | |
| xml | - | 6.6.1 | 6.6.1 | 
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^14.0.0` on googleapis does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions googleapis to update the constraint.
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 10/10 points: Package supports latest stable Dart and Flutter SDKs
 20/20 points: Compatible with dependency constraint lower bounds
 20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.0, Dart 3.9.4.
Check the analysis log for details.
