ks_select_dropdown 0.0.4
ks_select_dropdown: ^0.0.4 copied to clipboard
Single and Multiple Select Dropdown in Flutter which supports Android/iOS and iPad/Tablet
We analyzed this package 1 hour ago, and awarded it 150 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
22 out of 82 API elements (26.8 %) have documentation comments.
Some symbols that are missing documentation: ks_dropdown_color_helper, ks_dropdown_color_helper.KSDropDownColorHelper.KSDropDownColorHelper.new, ks_dropdown_color_helper.KSDropDownColorHelper.blue100, ks_dropdown_color_helper.KSDropDownColorHelper.blue700, ks_dropdown_color_helper.KSDropDownColorHelper.blue800.
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:ks_select_dropdown/ks_select_dropdown.dartthat imports:package:ks_select_dropdown/widgets/ks_dropdown_widget.dartthat imports:package:ks_select_dropdown/helpers/ks_dropdown_device_helper.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/widgets/ks_dropdown_widget.dart:257:23
╷
257 │ Widget _searchField(stateSetter) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/ks_dropdown_widget.dart
INFO: Missing type annotation.
lib/widgets/ks_dropdown_widget.dart:397:39
╷
397 │ Widget _dropdownContentListViewMode(stateSetter) {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/ks_dropdown_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fluttericon |
^2.0.0 |
2.0.0 | 2.0.0 | |
responsive_sizer |
^3.3.1 |
3.3.1 | 3.3.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.