playx_localization 0.2.0 playx_localization: ^0.2.0 copied to clipboard
Easily manage and update app localization with a simple implementation and a lot of utilities.
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/playx-flutter/playx_localization/issues
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
689 out of 914 API elements (75.4 %) have documentation comments.
Some symbols that are missing documentation: playx_localization
, playx_localization.AndroidOptions
, playx_localization.AndroidOptions.AndroidOptions
, playx_localization.AndroidOptions.copyWith
, playx_localization.AndroidOptions.defaultOptions
.
10/10 points: Package has an example
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:playx_localization/playx_localization.dart
that imports:package:playx_localization/src/widgets/playx_localization_builder.dart
that imports:package:playx_localization/src/controller/controller.dart
that imports:package:intl/intl_standalone.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:playx_localization/playx_localization.dart
that imports:package:playx_localization/src/widgets/playx_localization_builder.dart
that imports:package:playx_localization/src/controller/controller.dart
that imports:package:playx_localization/src/easy_localization/localization.dart
that imports:package:easy_localization/easy_localization.dart
that imports:package:easy_localization/src/public_ext.dart
that imports:package:easy_localization/src/easy_localization_app.dart
that imports:package:easy_localization/src/easy_localization_controller.dart
that imports:package:intl/intl_standalone.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This default clause is covered by the previous cases.
lib/src/easy_localization/localization.dart:168:7
╷
168 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/easy_localization/localization.dart
INFO: Dangling library doc comment.
lib/src/easy_localization/plural_rules.dart:5:1
╷
5 │ /// Provides locale-specific plural rules. Based on pluralrules.js from Closure.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/easy_localization/plural_rules.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
easy_localization |
^3.0.7 |
3.0.7 | 3.0.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_localizations |
flutter |
0.0.0 | 0.0.0 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
playx_core |
^0.5.2 |
0.5.4 | 0.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.