world_countries 0.9.0
world_countries: ^0.9.0 copied to clipboard
Sealed world data in form of Flutter widgets (country, phone, currency pickers, etc.).
We analyzed this package 27 hours ago, and awarded it 130 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
3282 out of 3347 API elements (98.1 %) have documentation comments.
Some symbols that are missing documentation: world_countries.ContinentFunctional
, world_countries.ContinentFunctional.map
, world_countries.ContinentFunctional.maybeMap
, world_countries.ContinentFunctional.maybeWhen
, world_countries.ContinentFunctional.when
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional 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
Found 3 issues. Showing the first 2:
WARNING: Doc directive 'hideConstantImplementations' is unknown.
lib/src/widgets/base_widgets/stateful_indexed_list_view.dart:6:7
╷
6 │ /// {@hideConstantImplementations}
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/base_widgets/stateful_indexed_list_view.dart
INFO: 'scribbleEnabled' is deprecated and shouldn't be used. Use `stylusHandwritingEnabled` instead. This feature was deprecated after v3.27.0-0.2.pre.
lib/src/widgets/adaptive/adaptive_search_text_field.dart:156:19
╷
156 │ scribbleEnabled: widget.copyFrom?.scribbleEnabled ?? true,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/adaptive/adaptive_search_text_field.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
sealed_countries |
^0.9.0 |
0.9.0 | 2.2.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
sealed_currencies |
- | 0.9.0 | 2.1.0 | |
sealed_languages |
- | 0.9.0 | 2.1.0 | |
vector_math |
- | 2.1.4 | 2.1.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.9.0` on sealed_countries does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions sealed_countries
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.