flutter_generate 0.1.3
flutter_generate: ^0.1.3 copied to clipboard
A sample command-line application which can create .dart files to determine a structure
2
likes
100
/ 110
pub points
0
%
popularity
We analyzed this package on Jan 19, 2021, and awarded it 100 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 21 out of 44 API elements (47.7 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:flutter_generate/flutter_generate.dart
that imports:package:flutter_generate/structure.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 |
---|---|---|---|
args | ^1.5.2 | 1.6.0 | 1.6.0 |
recase | ^3.0.0 | 3.0.1 | 3.0.1 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.