ready 1.8.1
ready: ^1.8.1 copied to clipboard
Package that contains complete list solution and admin dashboard
We analyzed this package 33 hours ago, and awarded it 60 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
494 out of 921 API elements (53.6 %) have documentation comments.
Some symbols that are missing documentation: ready, ready.AccessType, ready.AccessType.AccessType.admin, ready.AccessType.AccessType.any, ready.AccessType.AccessType.supervisor.
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 64 issues. Showing the first 2:
ERROR: Missing concrete implementation of 'NavigatorObserver.didChangeTop'.
lib/src/dashboard/page_info.dart:255:7
╷
255 │ class _Observer extends ChangeNotifier implements NavigatorObserver {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dashboard/page_info.dart
ERROR: The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
lib/src/responsive_data_table/data_table/data_table.dart:90:20
╷
90 │ cardTheme: const CardTheme(
│ ┌────────────────────^
91 │ │ clipBehavior: Clip.none,
92 │ │ margin: EdgeInsets.zero,
93 │ │ shadowColor: Colors.transparent,
94 │ │ shape: RoundedRectangleBorder(),
95 │ │ elevation: 0,
96 │ │ color: Colors.transparent,
97 │ │ ),
│ └─────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/responsive_data_table/data_table/data_table.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.8 | 2.0.8 | |
flutter_staggered_grid_view |
^0.6.2 |
0.6.2 | 0.7.0 | |
freezed_annotation |
^2.2.0 |
2.4.4 | 3.1.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 |
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 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.6.2` on flutter_staggered_grid_view does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_staggered_grid_view to update the constraint.
The constraint `^2.2.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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 2 errors:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER-lib/src/dashboard/page_info.dart:255:7- Missing concrete implementation of 'NavigatorObserver.didChangeTop'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/responsive_data_table/data_table/data_table.dart:90:20- The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
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.23.12, Flutter 3.41.6, Dart 3.11.4.
Check the analysis log for details.