localization_generator 0.1.1
localization_generator: ^0.1.1 copied to clipboard
A flutter project that used to generate the localization file to help localization easier.
3
likes
90
/ 110
pub points
43
%
popularity
We analyzed this package on Jan 26, 2021, and awarded it 90 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
0/10 points: 20% or more of the public API has dartdoc comments
- 1 out of 79 API elements (1.3 %) 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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Consider supporting multiple platforms:
Package not compatible with runtime flutter-web on Web
Because:
package:localization_generator/loader/json_loader.dart
that imports:package:localization_generator/loader/loader.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.6.0 | 1.6.0 | 1.6.0 |
intl | ^0.16.1 | 0.16.1 | 0.16.1 |
path | ^1.6.4 | 1.7.0 | 1.7.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.