moshaf_boilerplate 3.0.0
moshaf_boilerplate: ^3.0.0 copied to clipboard
A CLI tool for generating Flutter boilerplate structures based on Clean Architecture, BLoC, dependencies, and more.
We analyzed this package 12 hours ago, and awarded it 140 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
0 out of 0 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
moshaf_boilerplatethat depends on:dart_xcodeprojthat depends on:mason_loggerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
moshaf_boilerplatethat depends on:dart_xcodeprojthat depends on:mason_loggerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
moshaf_boilerplatethat depends on:dart_xcodeprojthat depends on:mason_loggerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
moshaf_boilerplatethat depends on:dart_xcodeprojthat depends on:mason_loggerthat depends on:win32that declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
moshaf_boilerplatethat depends on:dart_xcodeprojthat depends on:mason_loggerthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
bin/src/flavor/flavor_runner.dart:302:33
╷
302 │ /// Existing configs are named "<ProjectLabel> <Mode>: Run <Flavor> Flavor" —
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/src/flavor/flavor_runner.dart
INFO: Angle brackets will be interpreted as HTML.
bin/src/flavor/flavor_runner.dart:302:48
╷
302 │ /// Existing configs are named "<ProjectLabel> <Mode>: Run <Flavor> Flavor" —
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/src/flavor/flavor_runner.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_xcodeproj |
^0.1.1 |
0.1.1 | 0.3.0 | |
image |
^4.9.0 |
4.10.1 | 4.10.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
xml |
^6.6.1 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
args |
- | 2.7.0 | 2.7.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
ffi_leak_tracker |
- | 0.1.2 | 0.1.2 | |
io |
- | 1.1.0 | 1.1.0 | |
mason_logger |
- | 0.3.6 | 0.3.6 | |
meta |
- | 1.19.0 | 1.19.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
posix |
- | 6.5.2 | 6.5.2 | |
propertylistserialization |
- | 1.4.1 | 1.5.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
win32 |
- | 6.4.0 | 6.4.0 | |
yaml_writer |
- | 2.1.0 | 2.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.1` on dart_xcodeproj does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions dart_xcodeproj to update the constraint.
The constraint `^6.6.1` on xml does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions xml 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.23.19, Dart 3.13.4.
Check the analysis log for details.