appkit_ui_elements 0.2.1
appkit_ui_elements: ^0.2.1 copied to clipboard
Flutter widgets and themes for the current macOS desktop. It was inspired by the great [macos_ui](https://pub.dev/packages/macos_ui) library.
We analyzed this package 20 days ago, and awarded it 150 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
11201 out of 14181 API elements (79.0 %) have documentation comments.
Some symbols that are missing documentation: appkit_ui_elements, appkit_ui_elements.AVLTree, appkit_ui_elements.AVLTree.AVLTree.fromIList, appkit_ui_elements.AVLTree.AVLTree.new, appkit_ui_elements.AVLTree.all.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:appkit_ui_elements/appkit_ui_elements.dartthat declares support for platforms:macOS.
Package does not support platform `iOS`.
Because:
package:appkit_ui_elements/appkit_ui_elements.dartthat declares support for platforms:macOS.
Package does not support platform `Windows`.
Because:
package:appkit_ui_elements/appkit_ui_elements.dartthat declares support for platforms:macOS.
Package does not support platform `Linux`.
Because:
package:appkit_ui_elements/appkit_ui_elements.dartthat declares support for platforms:macOS.
Package does not support platform `Web`.
Because:
package:appkit_ui_elements/appkit_ui_elements.dartthat declares support for platforms:macOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/appkit_ui_elements/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 26 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/controls/appkit_arc_slider.dart:157:3
╷
157 │ _thumbPosition() {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controls/appkit_arc_slider.dart
INFO: Missing type annotation.
lib/src/controls/appkit_combo_box.dart:266:26
╷
266 │ void _handleMouseEnter(_) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/controls/appkit_combo_box.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
appkit_ui_element_colors |
^1.0.0 |
1.0.1 | 1.0.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
equatable |
^2.0.7 |
2.0.7 | 2.0.7 | |
gradient_borders |
^1.0.1 |
1.0.2 | 1.0.2 | |
indexed |
^0.0.8 |
0.0.8 | 0.0.8 | |
intl |
>=0.19.0 |
0.20.2 | 0.20.2 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
macos_window_utils |
^1.6.0 |
1.9.0 | 1.9.0 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
system_theme |
^3.1.2 |
3.1.2 | 3.1.2 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 | |
window_manager |
^0.5.0 |
0.5.1 | 0.5.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
screen_retriever |
- | 0.2.0 | 0.2.0 | |
screen_retriever_linux |
- | 0.2.0 | 0.2.0 | |
screen_retriever_macos |
- | 0.2.0 | 0.2.0 | |
screen_retriever_platform_interface |
- | 0.2.0 | 0.2.0 | |
screen_retriever_windows |
- | 0.2.0 | 0.2.0 | |
system_theme_web |
- | 0.0.3 | 0.0.3 | |
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.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.