ready 0.0.30
ready: ^0.0.30 copied to clipboard
Package that contains complete list solution and admin dashboard
We analyzed this package 26 hours ago, and awarded it 55 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.30").
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
434 out of 686 API elements (63.3 %) have documentation comments.
Some symbols that are missing documentation: ready, ready.Action.Action.new, ready.Action.build, ready.Animated, ready.Animated.Animated.builder.
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 55 issues. Showing the first 2:
ERROR: The getter 'caption' isn't defined for the type 'TextTheme'.
lib/src/ready_list/footer_loading.dart:39:50
╷
39 │ style: Theme.of(context).textTheme.caption,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ready_list/footer_loading.dart
ERROR: The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.
lib/src/responsive_data_table/data_table.dart:58:22
╷
58 │ cardTheme: const CardTheme(
│ ┌──────────────────────^
59 │ │ clipBehavior: Clip.none,
60 │ │ margin: EdgeInsets.zero,
61 │ │ shadowColor: Colors.transparent,
62 │ │ shape: RoundedRectangleBorder(),
63 │ │ elevation: 0,
64 │ │ color: Colors.transparent,
65 │ │ ),
│ └───────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/responsive_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.3 |
2.0.8 | 2.0.8 | |
flutter_staggered_grid_view |
^0.4.1 |
0.4.1 | 0.7.0 | |
intl |
^0.17.0 |
0.17.0 | 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 | |
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.
The constraint `^0.4.1` on flutter_staggered_grid_view does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions flutter_staggered_grid_view to update the constraint.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl 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 3 errors:
UNDEFINED_GETTER-lib/src/ready_list/footer_loading.dart:39:50- The getter 'caption' isn't defined for the type 'TextTheme'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/responsive_data_table/data_table.dart:58:22- The argument type 'CardTheme' can't be assigned to the parameter type 'CardThemeData?'.UNDEFINED_GETTER-lib/src/shimmers/default_shimmer.dart:36:37- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
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.