muse 0.1.0-dev.1
muse: ^0.1.0-dev.1 copied to clipboard
A Flutter-like reactive terminal UI framework for Dart, powered by OpenTUI.
We analyzed this package 11 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/leoafarias/cli_ui was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/leoafarias/cli_ui/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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
1530 out of 1565 API elements (97.8 %) have documentation comments.
Some symbols that are missing documentation: muse.BuildContext.BuildContext.new, muse.ChangeNotifier.ChangeNotifier.new, muse.InputPriority.InputPriority.new, muse.KeyModifiers.KeyModifiers.new, muse.KittyFlags.KittyFlags.new.
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:muse/muse.dartthat imports:package:muse/src/widgets/text_style.dartthat imports:package:muse/src/ffi/types.dartthat imports:dart:ffi
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 40 issues. Showing the first 2:
WARNING: The declaration '__mbstate_t' isn't referenced.
lib/src/ffi/generated_bindings.dart:1526:13
╷
1526 │ final class __mbstate_t extends ffi.Union {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffi/generated_bindings.dart
WARNING: The value of the field '__mbstate8' isn't used.
lib/src/ffi/generated_bindings.dart:1528:32
╷
1528 │ external ffi.Array<ffi.Char> __mbstate8;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffi/generated_bindings.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
^1.3.0 |
1.4.1 | 1.4.1 | |
code_assets |
^1.1.0 |
1.2.1 | 1.2.1 | |
crypto |
^3.0.0 |
3.0.7 | 3.0.7 | |
ffi |
^2.1.0 |
2.2.0 | 2.2.0 | |
hooks |
^2.0.0 |
2.1.0 | 2.1.0 | |
meta |
^1.12.0 |
1.19.0 | 1.19.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 1.0.0 | 1.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.14, Dart 3.12.2.
Check the analysis log for details.