table_calendar 3.2.1
table_calendar: ^3.2.1 copied to clipboard
Highly customizable, feature-packed calendar widget for Flutter.
We analyzed this package 19 hours ago, and awarded it 90 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
165 out of 196 API elements (84.2 %) have documentation comments.
Some symbols that are missing documentation: table_calendar, table_calendar.TableCalendarBase, table_calendar.TableCalendarBase.TableCalendarBase.new, table_calendar.TableCalendarBase.availableCalendarFormats, table_calendar.TableCalendarBase.availableGestures.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'String?'.
lib/src/table_calendar.dart:547:34
╷
547 │ DateFormat.E(widget.locale).format(day);
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/table_calendar.dart
ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'String?'.
lib/src/widgets/calendar_header.dart:43:26
╷
43 │ DateFormat.yMMMM(locale).format(focusedMonth);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/calendar_header.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
intl |
^0.20.0 |
0.20.3 | 0.20.3 | |
simple_gesture_detector |
^0.2.0 |
0.2.1 | 0.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.2.0 | 2.4.2 |
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.17, Flutter 3.44.8, Dart 3.12.2.
Check the analysis log for details.