slidy 3.2.2+2
slidy: ^3.2.2+2 copied to clipboard
CLI package manager and template for Flutter. Generate Modules, Pages, Widgets, BLoCs, MobX, Triple and more.
We analyzed this package 18 days 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
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 38 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: injection
, injection.getInjection
, injection.sl
, slidy
, slidy.PackageName
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:slidy/slidy.dart
that imports:package:slidy/src/modules/template_creator/domain/models/template_info.dart
that imports:dart:io
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 36 issues. Showing the first 2:
ERROR: 'CustomFile.create' ('Future
lib/src/core/models/custom_file.dart:27:16
╷
27 │ 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:33:8
╷
33 │ 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.1 | |
dartz |
^0.10.0-nullsafety.1 |
0.10.1 | 0.10.1 | |
fhir_yaml |
^0.4.0 |
0.4.2 | 0.9.0 | Discontinued |
file |
^6.1.0 |
6.1.4 | 7.0.1 | |
http |
^0.13.2 |
0.13.6 | 1.3.0 | |
io |
^1.0.0 |
1.0.5 | 1.0.5 | |
meta |
^1.1.8 |
1.16.0 | 1.16.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.1 | 1.10.1 | |
yaml |
^3.1.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
path |
- | 1.9.1 | 1.9.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
win32 |
- | 5.12.0 | 5.12.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 6 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:27:16
- 'CustomFile.create' ('FutureINVALID_OVERRIDE
-lib/src/core/models/custom_file.dart:33: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.22.20
, Dart 3.7.2
.
Check the analysis log for details.