input_country 2.1.0
input_country: ^2.1.0 copied to clipboard
Countries (ISO-3166), Currencies (ISO-4217), Languages (ISO-639) with choosers (DropdownButton) and flag images
We analyzed this package 2 days 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting input_country... Discovering libraries... ERR: dartdoc 9.0.1 (/tmp/analyzerEDPGXV/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.7.snapshot) failed: Error in dartdoc_options.yaml, dartdoc.include: expecting a list of Strings, got `fl[...] #0 _DartdocFileOption._valueAtFromFile (package:dartdoc/src/dartdoc_options.dart:878:7) #1 _DartdocFileOption._valueAtFromFilesFirstFound (package:dartdoc/src/dartdoc_options.dart:803:15) #2 _DartdocFileOption._valueAtFromFiles (package:dartdoc/src/dartdoc_options.dart:791:28) #3 DartdocOptionArgFile.valueAt (package:dartdoc/src/dartdoc_options.dart:725:29) #4 DartdocOptionContext.include (package:dartdoc/src/dartdoc_options.dart:1180:35) #5 DartdocOptionContext.include (package:dartdoc/src/dartdoc_options.dart) #6 PackageGraph._shouldIncludeLibrary (package:dartdoc/src/model/package_graph.dart:111:14) #7 PackageGraph.addLibraryToGraph (package:dartdoc/src/model/package_graph.dart:103:9) #8 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:277:35) [13 more lines]
10/10 points: Package has an example
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/country.dart:30:42
╷
30 │ static final List<Country> countries = [];
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/country.dart
INFO: Missing type annotation.
lib/src/country.dart:84:40
╷
84 │ return countries.firstWhereOrNull((country) => country.alpha2 == code2);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/country.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
pedantic |
^1.11.1 |
1.11.1 | 1.11.1 | Discontinued |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- pedantic.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.