wriggle 2.1.0
wriggle: ^2.1.0 copied to clipboard
Text-based UI framework for pure command-line Dart
We analyzed this package 9 hours ago, and awarded it 90 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
840 out of 856 API elements (98.1 %) have documentation comments.
Some symbols that are missing documentation: development.AudioAdapterNull.AudioAdapterNull.new, wriggle.Alter.child, wriggle.Axel.background, wriggle.Axel.character, wriggle.Axel.color.
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 23 issues. Showing the first 2:
ERROR: '_DirectoryNotifier' doesn't conform to the bound 'AsyncNotifier
lib/src/components/file_browser_component.dart:370:3
╷
370 │ _DirectoryNotifier,
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/components/file_browser_component.dart
ERROR: The argument type '_DirectoryNotifier Function()' can't be assigned to the parameter type '_DirectoryNotifier Function(_DirectoryNotifierKey)'.
lib/src/components/file_browser_component.dart:373:3
╷
373 │ >(() => _DirectoryNotifier());
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/components/file_browser_component.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_dirs |
^0.2.0 |
0.2.0 | 0.2.0 | |
characters |
^1.3.0 |
1.4.1 | 1.4.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dart_synthizer |
^0.11.3 |
0.11.3 | 0.11.3 | |
ffi |
^2.1.3 |
2.2.0 | 2.2.0 | |
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
hotreloader |
^4.1.0 |
4.4.0 | 4.4.0 | |
image |
^4.1.7 |
4.10.1 | 4.10.1 | |
json_annotation |
^4.9.0 |
4.12.0 | 4.12.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
riverpod |
^3.0.0-dev.17 |
3.4.3 | 3.4.3 | |
sdl3 |
^2.3.1 |
2.11.1 | 2.11.3 | |
system_info2 |
^4.0.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
change_case |
- | 2.2.0 | 2.2.0 | |
clock |
- | 1.1.3 | 1.1.3 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
globbing |
- | 1.0.0 | 1.0.0 | Discontinued |
listen |
- | 1.0.1 | 1.0.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
meta |
- | 1.19.0 | 1.19.0 | |
posix |
- | 6.5.2 | 6.5.2 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.14 | 0.7.14 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vm_service |
- | 15.3.0 | 15.3.0 | |
watcher |
- | 1.2.1 | 1.2.1 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Dart 3.13.1.
Check the analysis log for details.