dynamo_calendar 1.0.1
dynamo_calendar: ^1.0.1 copied to clipboard
A Flutter project that Supports flexible and customizable calendar/date-time picker widget for Flutter applications, supporting multiple modes
We analyzed this package 3 days 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
57 out of 214 API elements (26.6 %) have documentation comments.
Some symbols that are missing documentation: app_logger, button_icon_position_type, button_icon_position_type.ButtonIconPositionType, calendar_day, calendar_day.CalendarDay.
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:dynamo_calendar/dynamo_calendar.dartthat imports:package:dynamo_calendar/dynamo/project/commons/types/dynamo_calendar.dartthat imports:package:dynamo_calendar/dynamo/project/commons/views/table_widget_commons.dartthat imports:package:dynamo_calendar/dynamo/project/commons/system/handlers/dynamo_commons.dartthat imports:package:dynamo_calendar/dynamo/project/commons/system/handlers/app_logger.dartthat imports:package:logger/logger.dartthat imports:package:logger/src/outputs/advanced_file_output_stub.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/dynamo/project/commons/views/table_widget_commons.dart:282:10
╷
282 │ static showMessageAlert(
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dynamo/project/commons/views/table_widget_commons.dart
INFO: Missing type annotation.
lib/dynamo/project/commons/views/table_widget_commons.dart:378:10
╷
378 │ static showConfirmationMessage(
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/dynamo/project/commons/views/table_widget_commons.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.8 |
1.0.9 | 1.0.9 | |
intl |
^0.20.0 |
0.20.3 | 0.20.3 | |
logger |
^2.4.0 |
2.8.0 | 2.8.0 | |
table_calendar |
^3.1.2 |
3.2.1 | 3.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
simple_gesture_detector |
- | 0.2.1 | 0.2.1 | |
vector_math |
- | 2.4.3 | 2.4.3 |
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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.