flutter_app_packager 0.3.0
flutter_app_packager: ^0.3.0 copied to clipboard
Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
20
likes
120/ 140
pub points
65%
popularity
We analyzed this package 19 hours ago, and awarded it 120 pub points (of a possible 140):
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
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 4 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
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_app_packager/flutter_app_packager.dart
that imports:package:flutter_app_packager/src/flutter_app_packager.dart
that imports:package:flutter_app_packager/src/makers/makers.dart
that imports:package:flutter_app_packager/src/makers/zip/app_package_maker_zip.dart
that imports:package:shell_executor/shell_executor.dart
that imports:package:shell_executor/src/shell_executor.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 |
---|---|---|---|
app_package_maker | ^0.3.0 | 0.3.0 | 0.3.0 |
archive | ^3.1.5 | 3.3.6 | 3.3.6 |
glob | ^2.1.1 | 2.1.1 | 2.1.1 |
io | ^1.0.3 | 1.0.4 | 1.0.4 |
liquid_engine | ^0.2.2 | 0.2.2 | 0.2.2 |
path | ^1.8.1 | 1.8.3 | 1.8.3 |
shell_executor | ^0.1.1 | 0.1.1 | 0.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.11.0 | 2.11.0 |
checked_yaml | - | 2.0.2 | 2.0.2 |
collection | - | 1.17.1 | 1.17.1 |
convert | - | 3.1.1 | 3.1.1 |
crypto | - | 3.0.2 | 3.0.2 |
file | - | 6.1.4 | 6.1.4 |
js | - | 0.6.7 | 0.6.7 |
json_annotation | - | 4.8.0 | 4.8.0 |
meta | - | 1.9.0 | 1.9.0 |
mustache_template | - | 2.0.0 | 2.0.0 |
pointycastle | - | 3.7.0 | 3.7.0 |
pub_semver | - | 2.1.3 | 2.1.3 |
pubspec_parse | - | 1.2.2 | 1.2.2 |
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 |
yaml | - | 3.1.1 | 3.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.27
, Dart 2.19.4
.