syncfusion_flutter_calendar 27.2.5
syncfusion_flutter_calendar: ^27.2.5 copied to clipboard
The Flutter Calendar widget has nine built-in configurable views that provide basic functionalities for scheduling and representing appointments/events efficiently.
We analyzed this package 37 hours ago, and awarded it 70 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
412 out of 416 API elements (99.0 %) have documentation comments.
Some symbols that are missing documentation: calendar.CalendarController.CalendarController.new
, calendar.CalendarDataSource.CalendarDataSource.new
, calendar.CalendarDataSourceChangeNotifier.CalendarDataSourceChangeNotifier.new
, calendar.CalendarValueChangedNotifier.CalendarValueChangedNotifier.new
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 79 issues. Showing the first 2:
ERROR: The name 'SelectionDetails' is defined in the libraries 'package:flutter/src/widgets/selectable_region.dart (via package:flutter/material.dart)' and 'package:syncfusion_flutter_calendar/src/calendar/common/calendar_view_helper.dart'.
lib/src/calendar/appointment_layout/allday_appointment_layout.dart:51:23
╷
51 │ final ValueNotifier<SelectionDetails?> repaintNotifier;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/calendar/appointment_layout/allday_appointment_layout.dart
ERROR: The name 'SelectionDetails' is defined in the libraries 'package:flutter/src/widgets/selectable_region.dart (via package:flutter/material.dart)' and 'package:syncfusion_flutter_calendar/src/calendar/common/calendar_view_helper.dart'.
lib/src/calendar/appointment_layout/allday_appointment_layout.dart:452:23
╷
452 │ final ValueNotifier<SelectionDetails?> repaintNotifier;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/calendar/appointment_layout/allday_appointment_layout.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
intl |
>=0.18.1 <0.20.0 |
0.19.0 | 0.20.2 | |
syncfusion_flutter_core |
^27.2.5 |
27.2.5 | 29.1.39 | |
syncfusion_flutter_datepicker |
^27.2.5 |
27.2.5 | 29.1.39 | |
timezone |
0.9.4 |
0.9.4 | 0.10.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.1.4 | 2.1.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `>=0.18.1 <0.20.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
The constraint `^27.2.5` on syncfusion_flutter_core does not support the stable version `28.1.33`.
Try running dart pub upgrade --major-versions syncfusion_flutter_core
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 12 errors:
AMBIGUOUS_IMPORT
-lib/src/calendar/appointment_layout/allday_appointment_layout.dart:51:23
- The name 'SelectionDetails' is defined in the libraries 'package:flutter/src/widgets/selectable_region.dart (via package:flutter/material.dart)' and 'package:syncfusion_flutter_calendar/src/calendar/common/calendar_view_helper.dart'.AMBIGUOUS_IMPORT
-lib/src/calendar/appointment_layout/allday_appointment_layout.dart:452:23
- The name 'SelectionDetails' is defined in the libraries 'package:flutter/src/widgets/selectable_region.dart (via package:flutter/material.dart)' and 'package:syncfusion_flutter_calendar/src/calendar/common/calendar_view_helper.dart'.AMBIGUOUS_IMPORT
-lib/src/calendar/appointment_layout/allday_appointment_layout.dart:769:17
- The name 'SelectionDetails' is defined in the libraries 'package:flutter/src/widgets/selectable_region.dart (via package:flutter/material.dart)' and 'package:syncfusion_flutter_calendar/src/calendar/common/calendar_view_helper.dart'.
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.