suffadaemon 1.0.0
suffadaemon: ^1.0.0 copied to clipboard
SuffaTech Material Components
We analyzed this package 9 hours ago, and awarded it 95 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.
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 ("1.0.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting suffadaemon... Discovering libraries... Linking elements... Precaching local docs for 1229545 elements... Initialized dartdoc with 1305 libraries Generating docs for library components/buttons/custom_button.dart from package:suffadaemon/components/buttons/custom_button.dart... Generating docs for library components/texts/title_text.dart from package:suffadaemon/components/texts/title_text.dart... Generating docs for library components/texts/guidance_text.dart from package:suffadaemon/components/texts/guidance_text.dart... Generating docs for library components/selects/combobox.dart from package:suffadaemon/components/selects/combobox.dart... Generating docs for library components/selects/checkbox.dart from package:suffadaemon/components/selects/checkbox.dart... [14 more lines] ERR: warning: suffadaemon has no library level documentation comments from suffadaemon: (file:///tmp/pana_AIUNHY/lib/components/buttons/custom_button.dart:1:1) warning: suffadaemon has no library level documentation comments from suffadaemon: (file:///tmp/pana_AIUNHY/lib/components/inputs/custom_input.dart:1:1) error: file already written at "suffadaemon/index.html" for symbol suffadaemon: (file:///tmp/pana_AIUNHY/lib/components/inputs/custom_input.dart:1:1) conflicting with file already generated by suffadaemon: (file:///tmp/pana_AIUNHY/lib/components/buttons/custom_button.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'suffadaemon' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [29 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/cards/skipass_card.dart:80:38
╷
80 │ Colors.black.withOpacity(0.4), BlendMode.darken),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/cards/skipass_card.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/cards/skipass_card.dart:94:41
╷
94 │ color: Colors.black.withOpacity(0.7),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/cards/skipass_card.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
awesome_dialog |
^3.2.1 |
3.3.0 | 3.3.0 | |
bot_toast |
^4.1.3 |
4.1.3 | 4.1.3 | |
flutter_datetime_picker_plus |
^2.2.0 |
2.2.0 | 2.2.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
popover |
^0.3.0+1 |
0.3.1 | 0.3.1 | |
qr_flutter |
^4.1.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
graphs |
- | 2.3.2 | 2.3.2 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
qr |
- | 3.0.2 | 3.0.2 | |
rive |
- | 0.14.0-dev.9 | 0.14.0-dev.9 | |
rive_native |
- | 0.0.12 | 0.0.13 | |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.