riddance_env 0.0.21
riddance_env: ^0.0.21 copied to clipboard
Automate Flutter maintenance chores.
We analyzed this package 17 days ago, and awarded it 30 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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
0/5 points: Provide a valid README.md
No `README.md` found.
The README.md
file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 41 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: git
, git.addAndCommit
, git.init
, icons
, icons.createIcons
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Tag detection failed.
Exception: Could not find package dir of flutter_create
Tag detection failed.
Exception: Could not find package dir of flutter_create
Tag detection failed.
Exception: Could not find package dir of flutter_create
Tag detection failed.
Exception: Could not find package dir of flutter_create
Tag detection failed.
Exception: Could not find package dir of flutter_create
Package not compatible with platform Web
Because:
package:riddance_env/git.dart
that imports:package:riddance_env/siblings.dart
that imports:dart:io
Tag detection failed.
Unable to parse uri: "package:flutter_create/state.dart": Exception: Could not resolve import: package:flutter_create/state.dart
.
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 51 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter/widgets.dart'.
lib/template/app/lib/main.dart:1:8
╷
1 │ import 'package:flutter/widgets.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/template/app/lib/main.dart
ERROR: Target of URI doesn't exist: 'package:flutter_create/state.dart'.
lib/template/app/lib/main.dart:2:8
╷
2 │ import 'package:flutter_create/state.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/template/app/lib/main.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
icons_launcher |
3.0.1 |
3.0.1 | 3.0.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
image |
- | 4.5.4 | 4.5.4 | |
meta |
- | 1.17.0 | 1.17.0 | |
petitparser |
- | 7.0.0 | 7.0.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
source_span |
- | 1.10.1 | 1.10.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 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
xml |
- | 6.6.0 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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 44 errors:
URI_DOES_NOT_EXIST
-lib/template/app/lib/main.dart:1:8
- Target of URI doesn't exist: 'package:flutter/widgets.dart'.URI_DOES_NOT_EXIST
-lib/template/app/lib/main.dart:2:8
- Target of URI doesn't exist: 'package:flutter_create/state.dart'.UNDEFINED_FUNCTION
-lib/template/app/lib/main.dart:5:17
- The function 'AppState' isn't defined.
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.21
, Dart 3.8.1
.
Check the analysis log for details.