world_countries 4.1.0
world_countries: ^4.1.0 copied to clipboard
Sealed world data in form of Flutter widgets (country, phone, currency pickers, etc.).
We analyzed this package 13 hours ago, and awarded it 90 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
5918 out of 5918 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example and has no issues with screenshots
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: The name 'MaybeWidget' is defined in the libraries 'package:world_countries/src/widgets/helpers/maybe_widget.dart' and 'package:world_flags/src/ui/other/maybe_widget.dart (via package:world_flags/world_flags.dart)'.
lib/src/widgets/generic_widgets/iso_tile.dart:112:12
╷
112 │ MaybeWidget.orNull(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/generic_widgets/iso_tile.dart
ERROR: The name 'MaybeWidget' is defined in the libraries 'package:world_countries/src/widgets/helpers/maybe_widget.dart' and 'package:world_flags/src/ui/other/maybe_widget.dart (via package:world_flags/world_flags.dart)'.
lib/src/widgets/generic_widgets/iso_tile.dart:122:19
╷
122 │ leading: MaybeWidget.orNull(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/generic_widgets/iso_tile.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.17.0 |
1.17.0 | 1.18.2 | |
world_flags |
^3.0.1 |
3.1.0 | 3.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
l10n_countries |
- | 2.0.2 | 2.0.2 | |
l10n_currencies |
- | 2.0.2 | 2.0.2 | |
l10n_languages |
- | 2.0.2 | 2.0.2 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
sealed_countries |
- | 3.1.0 | 3.1.0 | |
sealed_currencies |
- | 3.1.0 | 3.1.0 | |
sealed_languages |
- | 3.1.0 | 3.1.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.12, Flutter 3.41.9, Dart 3.11.5.
Check the analysis log for details.
