picker_date 0.0.1
picker_date: ^0.0.1 copied to clipboard
picker date is a flutter library that allows you to select date
We analyzed this package 1 hour ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/omarnasser199789/picker_date 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
118 out of 190 API elements (62.1 %) have documentation comments.
Some symbols that are missing documentation: app_constants, app_constants.iconsColor, assets_manager, assets_manager.Cache.Cache.new, assets_manager.ImgAssets.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:picker_date/picker_date.dartthat imports:package:picker_date/picker_date/picker_date.dartthat imports:package:picker_date/picker_date/custom_date_widget.dartthat imports:package:scroll_date_picker/scroll_date_picker.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:picker_date/picker_date.dartthat imports:package:picker_date/picker_date/picker_date.dartthat imports:package:picker_date/picker_date/custom_date_widget.dartthat imports:package:scroll_date_picker/scroll_date_picker.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:picker_date/picker_date.dartthat imports:package:picker_date/picker_date/picker_date.dartthat imports:package:picker_date/picker_date/custom_date_widget.dartthat imports:package:scroll_date_picker/scroll_date_picker.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:picker_date/picker_date.dartthat imports:package:picker_date/picker_date/picker_date.dartthat imports:package:picker_date/picker_date/custom_date_widget.dartthat imports:package:scroll_date_picker/scroll_date_picker.dartthat declares support for platforms:Android,iOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: The declaration '_pngPath' isn't referenced.
lib/core/util/assets_manager.dart:4:14
╷
4 │ const String _pngPath = 'assets/png';
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/util/assets_manager.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: GeneralDateWidget.selectedItem
lib/picker_date/general_date_widget.dart:7:7
╷
7 │ class GeneralDateWidget extends StatefulWidget {
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/picker_date/general_date_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_svg |
^2.0.9 |
2.2.3 | 2.2.3 | |
jiffy |
^6.2.1 |
6.4.4 | 6.4.4 | |
scroll_date_picker |
^3.5.2 |
3.8.0 | 3.8.0 | |
wheel_picker |
^0.0.3 |
0.0.5 | 0.2.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.20 | 1.1.20 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.0.3` on wheel_picker does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions wheel_picker to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/picker_date/custom_date_widget.dart:41:62- The named parameter 'backgroundColor' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/picker_date/custom_date_widget.dart:57:62- The named parameter 'backgroundColor' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.8, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.