excel_localization 0.1.8
excel_localization: ^0.1.8 copied to clipboard
This excel localization is project that user can use to generate variable values for using localisation. and manage localization without context.
We analyzed this package 26 hours ago, and awarded it 120 pub points (of a possible 140):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/parmeetmaster/excel_localization
was unreachable. Make sure that the website is reachable via HEAD
requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/parmeetmaster/excel_localization
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
4 out of 12 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: excel_localization
, ExcelLocalizaton
, ExcelLocalizaton
, generate
, excel_localization_runner
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:excel_localization/excel_localization.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:excel_localization/excel_localization.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:excel_localization/excel_localization.dart
that imports:package:excel_localization/src/services/excel_localization.dart
that imports:package:excel_localization/src/services/validation/validator.dart
that imports:package:excel_localization/src/services/parsing/file_parser.dart
that imports:package:excel_localization/src/utils/flappy_logger.dart
that imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
csv |
^5.0.0 |
5.1.1 | 5.1.1 |
dart_style |
^2.0.1 |
2.3.4 | 2.3.4 |
excel |
2.0.0-null-safety-3 |
2.0.0-null-safety-3 | 4.0.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
meta |
^1.3.0 |
1.10.0 | 1.11.0 |
yaml |
^3.1.0 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 64.0.0 | 65.0.0 |
analyzer |
- | 6.2.0 | 6.3.0 |
archive |
- | 3.4.9 | 3.4.9 |
args |
- | 2.4.2 | 2.4.2 |
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.18.0 | 1.18.0 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
equatable |
- | 2.0.5 | 2.0.5 |
file |
- | 7.0.0 | 7.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
intl |
- | 0.18.1 | 0.18.1 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.8.3 | 1.8.3 |
petitparser |
- | 5.4.0 | 6.0.2 |
pointycastle |
- | 3.7.3 | 3.7.3 |
pub_semver |
- | 2.1.4 | 2.1.4 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 0.3.0 | 0.4.0 |
xml |
- | 5.4.1 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `2.0.0-null-safety-3` on excel does not support the stable version `2.0.1`.
Try running dart pub upgrade --major-versions excel
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.