slidy 4.0.3
slidy: ^4.0.3 copied to clipboard
CLI package manager, template for Flutter and Pipeline (scripts). Generate Modules, Pages, Widgets, BLoCs, MobX, Triple and more.
We analyzed this package 2 days 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
151 out of 215 API elements (70.2 %) have documentation comments.
Some symbols that are missing documentation: slidy, slidy.FindCommand, slidy.FindCommand.FindCommand.new, slidy.FindCommand.find, slidy.FindCommand.invocationSuffix.
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 22 issues. Showing the first 2:
ERROR: 'CustomFile.create' ('Future
lib/src/core/models/custom_file.dart:24:16
╷
24 │ Future<File> create({bool recursive = false}) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/models/custom_file.dart
ERROR: 'CustomFile.createSync' ('void Function({bool recursive})') isn't a valid override of 'File.createSync' ('void Function({bool exclusive, bool recursive})').
lib/src/core/models/custom_file.dart:29:8
╷
29 │ void createSync({bool recursive = false}) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/core/models/custom_file.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
^2.0.1 |
2.0.3 | 2.0.3 | |
args |
^2.1.0 |
2.7.0 | 2.7.0 | |
collection |
^1.14.11 |
1.19.1 | 1.19.1 | |
dart_console |
^1.0.0 |
1.2.0 | 4.1.4 | |
fhir_yaml |
^0.4.0 |
0.4.2 | 0.9.0 | Discontinued |
file |
^6.1.0 |
6.1.4 | 7.0.1 | |
fpdart |
^0.2.0 |
0.2.0 | 1.2.0 | |
http |
^0.13.2 |
0.13.6 | 1.6.0 | |
io |
^1.0.0 |
1.0.5 | 1.0.5 | |
meta |
^1.1.8 |
1.18.2 | 1.18.2 | |
modular_core |
^2.0.3+1 |
2.0.3+1 | 3.4.1 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
pub_api_client |
^2.2.1 |
2.4.0 | 3.2.0 | |
recase |
^4.0.0 |
4.1.0 | 4.1.0 | |
rxdart |
^0.26.0 |
0.26.0 | 0.28.0 | |
source_span |
^1.7.0 |
1.10.2 | 1.10.2 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
matcher |
- | 0.12.20 | 0.12.20 | |
modular_interfaces |
- | 2.0.2 | 3.0.0 | |
oauth2 |
- | 2.0.2 | 2.0.5 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec |
- | 2.3.0 | 2.3.0 | Discontinued |
quiver |
- | 3.2.2 | 3.2.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.12 | 0.7.12 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
win32 |
- | 5.15.0 | 6.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 issues. Showing the first 2:
The constraint `^1.0.0` on dart_console does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dart_console to update the constraint.
The constraint `^0.4.0` on fhir_yaml does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions fhir_yaml 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:
INVALID_OVERRIDE-lib/src/core/models/custom_file.dart:24:16- 'CustomFile.create' ('FutureINVALID_OVERRIDE-lib/src/core/models/custom_file.dart:29:8- 'CustomFile.createSync' ('void Function({bool recursive})') isn't a valid override of 'File.createSync' ('void Function({bool exclusive, bool recursive})').
Run dart pub downgrade and then dart 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, Dart 3.11.5.
Check the analysis log for details.