flutter_release_x 0.3.0
flutter_release_x: ^0.3.0 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 8 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/RittikSoni/Flutter-Release-X/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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
61 out of 210 API elements (29.0 %) 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
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.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:flutter_release_x/cli.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:flutter_release_x/cli.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_release_x/cli.dart
that imports:package:flutter_release_x/constants/kstrings.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: A value for optional parameter 'env' isn't ever given.
lib/helpers/helpers.dart:300:29
╷
300 │ {Map<String, String>? env}) async {
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/helpers/helpers.dart
10/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.8.0+1 | 5.8.0+1 | |
googleapis |
^13.2.0 |
13.2.0 | 14.0.0 | |
googleapis_auth |
^1.6.0 |
1.6.0 | 2.0.0 | |
http |
^1.2.2 |
1.3.0 | 1.3.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.5 | 4.0.5 | |
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 | 0.3.3 | |
meta |
- | 1.16.0 | 1.16.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
posix |
- | 6.0.1 | 6.0.1 | |
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.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^13.2.0` on googleapis does not support the stable version `14.0.0`, that was published 18 days ago.
When googleapis is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions googleapis
to update the constraint.
The constraint `^1.6.0` on googleapis_auth does not support the stable version `2.0.0`, that was published 5 days ago.
When googleapis_auth is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions googleapis_auth
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
, Dart 3.7.2
.
Check the analysis log for details.