modern_form_date_range 1.0.5
modern_form_date_range: ^1.0.5 copied to clipboard
Date range picker abstraction, being possible to select a DateTimeRange, or custom ranges
We analyzed this package 11 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: modern_form_date_range, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
0/10 points: 20% or more of the public API has dartdoc comments
3 out of 42 API elements (7.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: modern_form_date_range, modern_form_date_range.DateRange, modern_form_date_range.DateRange.DateRange.fromJson, modern_form_date_range.DateRange.DateRange.fromMap, modern_form_date_range.DateRange.DateRange.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/ImageProviderWidgetNetwork_mobile.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/NetWorkImageDefault.dartthat imports:package:cached_network_image/cached_network_image.dartthat imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/ImageProviderWidgetNetwork_mobile.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/NetWorkImageDefault.dartthat imports:package:cached_network_image/cached_network_image.dartthat imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `macOS`.
Because:
package:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/ImageProviderWidgetNetwork_mobile.dartthat imports:package:modern_form/src/core/widgets/images/ImageWidget/network/CustomNetWorkImage_mobile.dartthat imports:package:modern_form/modern_form_files.dartthat imports:package:modern_form/src/files/helpers/mobile/file-mobile_helper.dartthat imports:package:open_filex/open_filex.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/helpers/share/web/implementation.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/ImageProviderWidgetNetwork_mobile.dartthat imports:package:modern_form/src/core/widgets/images/ImageWidget/network/CustomNetWorkImage_mobile.dartthat imports:package:modern_form/modern_form_files.dartthat imports:package:modern_form/src/files/helpers/mobile/file-mobile_helper.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:modern_form_date_range/modern_form_date_range.dartthat imports:package:modern_form/modern_form_core.dartthat imports:package:modern_form/src/core/widgets/images/ImageProviderWidget/network/ImageProviderWidgetNetwork_mobile.dartthat imports:package:modern_form/src/core/widgets/images/ImageWidget/network/CustomNetWorkImage_mobile.dartthat imports:package:modern_form/modern_form_files.dartthat imports:package:modern_form/src/files/helpers/mobile/file-mobile_helper.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/models/date_range.dart:1:1
╷
1 │ part of modern_form_date_range;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/date_range.dart
INFO: The part-of directive uses a library name.
lib/src/models/date_range_type.dart:1:1
╷
1 │ part of modern_form_date_range;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/date_range_type.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
extended_masked_text |
>=2.3.1 <3.0.0 |
2.3.2 | 3.0.1 | |
modern_form |
>=1.12.2 <2.0.0 |
1.49.0 | 1.49.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
another_flushbar |
- | 1.12.32 | 1.12.32 | |
async |
- | 2.13.0 | 2.13.0 | |
cached_network_image |
- | 3.3.1 | 3.4.1 | |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 | |
cached_network_image_web |
- | 1.2.0 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 1.2.1 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
file_picker |
- | 4.6.1 | 10.3.8 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flick_video_player |
- | 0.5.0 | 0.9.0 | |
flutter_cache_manager |
- | 3.3.1 | 3.4.1 | |
flutter_datetime_picker |
- | 1.5.1 | 1.5.1 | |
flutter_keyboard_visibility |
- | 5.4.1 | 6.0.0 | |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
flutter_screenutil |
- | 5.9.3 | 5.9.3 | |
freezed_annotation |
- | 2.4.4 | 3.1.0 | |
get |
- | 4.7.3 | 4.7.3 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker |
- | 0.8.9 | 1.2.1 | |
image_picker_android |
- | 0.8.13+10 | 0.8.13+10 | |
image_picker_for_web |
- | 2.2.0 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+3 | 0.8.13+3 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
modern_form_popupmenu |
- | 1.0.3 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
open_filex |
- | 3.4.0 | 4.7.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.0.15 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.0.7 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
photo_view |
- | 0.15.0 | 0.15.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
share_plus |
- | 4.5.3 | 12.0.1 | |
share_plus_linux |
- | 3.0.1 | 3.0.1 | Discontinued |
share_plus_macos |
- | 3.0.1 | 3.0.1 | Discontinued |
share_plus_platform_interface |
- | 3.4.0 | 6.1.0 | |
share_plus_web |
- | 3.1.0 | 3.1.0 | Discontinued |
share_plus_windows |
- | 3.0.1 | 4.0.0 | Discontinued |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_html |
- | 2.3.0 | 2.3.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
url_launcher |
- | 6.3.2 | 6.3.2 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player |
- | 2.10.1 | 2.10.1 | |
video_player_android |
- | 2.9.0 | 2.9.0 | |
video_player_avfoundation |
- | 2.8.8 | 2.8.8 | |
video_player_platform_interface |
- | 6.6.0 | 6.6.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
wakelock |
- | 0.6.2 | 0.6.2 | Discontinued |
wakelock_macos |
- | 0.4.0 | 0.4.0 | |
wakelock_platform_interface |
- | 0.3.0 | 0.3.0 | |
wakelock_web |
- | 0.4.0 | 0.4.0 | |
wakelock_windows |
- | 0.2.0 | 0.2.1 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 2.6.1 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
youtube_explode_dart |
- | 1.12.4 | 3.0.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=2.3.1 <3.0.0` on extended_masked_text does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions extended_masked_text 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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.