flutter_deploy 0.0.2
flutter_deploy: ^0.0.2 copied to clipboard
A Dart CLI tool for Flutter developers — auto-increments build numbers, syncs iOS project files, and optionally stamps a deploy timestamp constant.
We analyzed this package 7 days 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
37 out of 48 API elements (77.1 %) have documentation comments.
Some symbols that are missing documentation: flutter_deploy.BuildStamper.BuildStamper.new, flutter_deploy.DeployRunner.DeployRunner.new, flutter_deploy.DeployRunner.run, flutter_deploy.FlutterVersion.FlutterVersion.new, flutter_deploy.FlutterVersion.build.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:flutter_deploy/flutter_deploy.dartthat imports:package:flutter_deploy/src/runner.dartthat imports:package:flutter_deploy/src/pubspec_manager.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/src/version.dart:23:14
╷
23 │ major: parts.length > 0 ? (int.tryParse(parts[0]) ?? 1) : 1,
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/version.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.0 |
2.7.0 | 2.7.0 |
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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.12.0.
Check the analysis log for details.