flutter_calendar_collection 1.0.2
flutter_calendar_collection: ^1.0.2 copied to clipboard
A comprehensive Flutter calendar widget library featuring multiple view modes, visual styles, date pickers, and business scenarios like attendance, booking, and lunar calendar.
We analyzed this package 2 days ago, and awarded it 130 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
478 out of 1328 API elements (36.0 %) have documentation comments.
Some symbols that are missing documentation: activity_heatmap, activity_heatmap.ActivityHeatmap.ActivityHeatmap.new, activity_heatmap.ActivityHeatmap.cellSize, activity_heatmap.ActivityHeatmap.cellSpacing, activity_heatmap.ActivityHeatmap.colorStops.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
WARNING: A value for optional parameter 'blur' isn't ever given.
lib/styles/glassmorphism/glass_calendar.dart:248:10
╷
248 │ this.blur = 12,
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/styles/glassmorphism/glass_calendar.dart
WARNING: A value for optional parameter 'tint' isn't ever given.
lib/styles/glassmorphism/glass_calendar.dart:249:10
╷
249 │ this.tint = const Color(0x30FFFFFF),
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/styles/glassmorphism/glass_calendar.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.7 |
2.1.0 | 2.1.0 | |
fl_chart |
^0.70.2 |
0.70.2 | 1.2.0 | |
flutter_animate |
^4.5.2 |
4.5.2 | 4.5.2 | |
flutter_riverpod |
^2.6.1 |
2.6.1 | 3.4.3 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
lunar |
^1.3.8 |
1.7.8 | 1.7.8 | |
uuid |
^4.5.1 |
4.6.0 | 4.6.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
riverpod |
- | 2.6.1 | 3.4.3 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.70.2` on fl_chart does not support the stable version `0.71.0`.
Try running dart pub upgrade --major-versions fl_chart to update the constraint.
The constraint `^2.6.1` on flutter_riverpod does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions flutter_riverpod 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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.