hqsoft_module_calendar 0.0.20
hqsoft_module_calendar: ^0.0.20 copied to clipboard
Libarary for hqsoft's calendar.
We analyzed this package 4 days ago, and awarded it 105 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/hqsoftcompany/hqsoft_core.git was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
403 out of 841 API elements (47.9 %) have documentation comments.
Some symbols that are missing documentation: bloc_calendar, calendar, calendar.Calendar, calendar.Calendar.Calendar.new, calendar.Calendar.calendarBuilder.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 66 issues. Showing the first 2:
WARNING: The '!' will have no effect because the receiver can't be null.
lib/configs/screen_config.dart:55:67
╷
55 │ final data = MediaQueryData.fromWindow(WidgetsBinding.instance!.window);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/configs/screen_config.dart
WARNING: Unused import: 'package:intl/intl.dart'.
lib/customize/components/calendar_type_mode_year/year_cell_content_customize.dart:4:8
╷
4 │ import 'package:intl/intl.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/customize/components/calendar_type_mode_year/year_cell_content_customize.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
intl |
0.19.0 |
0.19.0 | 0.20.2 | |
simple_gesture_detector |
^0.2.0 |
0.2.1 | 0.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
- | 8.1.4 | 9.1.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.1.3` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.
The constraint `0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.