flutter_alacritty 2.2.0
flutter_alacritty: ^2.2.0 copied to clipboard
Flutter terminal widget powered by an Alacritty-based Rust engine (flutter_rust_bridge + flutter_pty).
We analyzed this package 20 hours ago, and awarded it 130 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
331 out of 937 API elements (35.3 %) have documentation comments.
Some symbols that are missing documentation: box_drawing, box_drawing.ArcOp, box_drawing.ArcOp.ArcOp.new, box_drawing.ArcOp.bounds, box_drawing.ArcOp.startAngle.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 does not support platform `Web`.
Because:
package:flutter_alacritty/flutter_alacritty.dartthat imports:package:flutter_alacritty/pty/flutter_pty_backend.dartthat imports:package:flutter_pty/flutter_pty.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
WARNING: The value of the field '_metrics' isn't used.
lib/example/example_app.dart:106:20
╷
106 │ late CellMetrics _metrics = _measureMetrics(_config);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/example/example_app.dart
WARNING: Unused import: 'package:flutter/scheduler.dart'.
lib/ui/terminal_view.dart:7:8
╷
7 │ import 'package:flutter/scheduler.dart' show Ticker;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/terminal_view.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
desktop_drop |
^0.7.1 |
0.7.1 | 0.7.1 | |
flutter_pty |
^0.4.0 |
0.4.2 | 0.4.2 | |
flutter_rust_bridge |
^2.12.0 |
2.12.0 | 2.12.0 | |
freezed_annotation |
^3.0.0 |
3.1.0 | 3.1.0 | |
rust_lib_flutter_alacritty |
^0.2.0 |
0.2.0 | 0.2.0 | |
toml |
^0.18.0 |
0.18.0 | 0.18.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
build_cli_annotations |
- | 2.1.1 | 2.1.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+4 | 0.3.5+4 | |
ffi |
- | 2.2.0 | 2.2.0 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
url_launcher_android |
- | 6.3.32 | 6.3.32 | |
url_launcher_ios |
- | 6.4.1 | 6.4.1 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.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.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.