meshagent_flutter_shadcn 0.5.18
meshagent_flutter_shadcn: ^0.5.18 copied to clipboard
widgets for bootstrapping meshagent projects
We analyzed this package 13 hours ago, and awarded it 110 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.
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: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
55 out of 474 API elements (11.6 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: audio
, audio.AudioViewer
, audio.AudioViewer.AudioViewer.new
, audio.AudioViewer.path
, audio.AudioViewer.room
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/voice/voice.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/data_stream/stream_writer.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/types/other.dart
that imports:package:livekit_client/src/participant/participant.dart
that imports:package:livekit_client/src/support/disposable.dart
that imports:package:livekit_client/src/extensions.dart
that imports:package:livekit_client/src/options.dart
that imports:package:livekit_client/src/track/track.dart
that imports:package:livekit_client/src/internal/events.dart
that imports:package:livekit_client/src/track/options.dart
that imports:package:livekit_client/src/track/processor_native.dart
that imports:package:livekit_client/src/track/processor.dart
that imports:package:livekit_client/src/core/room.dart
that imports:package:livekit_client/src/core/engine.dart
that imports:package:livekit_client/src/core/signal_client.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/toolkits/ui.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/voice/voice.dart
that imports:package:livekit_client/livekit_client.dart
that imports:package:livekit_client/src/data_stream/stream_writer.dart
that imports:package:livekit_client/src/utils.dart
that imports:package:livekit_client/src/types/video_parameters.dart
that imports:package:livekit_client/src/types/video_encoding.dart
that imports:package:flutter_webrtc/flutter_webrtc.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/toolkits/ui.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/toolkits/ui.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/toolkits/ui.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dart
that imports:package:meshagent_flutter_shadcn/toolkits/ui.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full 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 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/chat/chat.dart:539:27
╷
539 │ Future<void> onFileDrop(name, dataStream, size) async {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/chat.dart
INFO: Missing type annotation.
lib/chat/chat.dart:539:33
╷
539 │ Future<void> onFileDrop(name, dataStream, size) async {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/chat/chat.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
chewie |
^1.8.5 |
1.13.0 | 1.13.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
file_picker |
^8.1.5 |
8.3.7 | 10.3.3 | |
flutter_svg |
^2.0.17 |
2.2.1 | 2.2.1 | |
flutter_webrtc |
^0.13.1+hotfix.1 |
0.13.1+hotfix.1 | 1.2.0 | |
google_fonts |
^6.2.1 |
6.3.2 | 6.3.2 | |
http |
^1.3.0 |
1.5.0 | 1.5.0 | |
interactive_viewer_2 |
^0.0.10 |
0.0.10 | 0.1.0 | |
just_audio |
^0.9.43 |
0.9.46 | 0.10.5 | |
livekit_client |
^2.4.3 |
2.4.5 | 2.5.1 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
lucide_icons_flutter |
^3.0.0 |
3.1.1 | 3.1.1 | |
markdown_widget |
^2.3.2+6 |
2.3.2+8 | 2.3.2+8 | |
meshagent |
^0.5.18 |
0.5.18 | 0.5.18 | |
meshagent_flutter |
^0.5.18 |
0.5.18 | 0.5.18 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
pdfrx |
^1.0.103 |
1.3.5 | 2.1.22 | |
re_editor |
^0.7.0 |
0.7.0 | 0.8.0 | |
re_highlight |
^0.0.3 |
0.0.3 | 0.0.3 | |
shadcn_ui |
^0.27.0 |
0.27.4 | 0.34.0 | |
shared_preferences |
^2.3.3 |
2.5.3 | 2.5.3 | |
siri_wave |
^2.2.0 |
2.3.0 | 2.3.0 | |
super_clipboard |
^0.9.0-dev.6 |
0.9.1 | 0.9.1 | |
super_drag_and_drop |
^0.9.0-dev.6 |
0.9.1 | 0.9.1 | |
synchronized |
^3.3.0+3 |
3.4.0 | 3.4.0 | |
universal_image |
^1.0.8 |
1.0.11 | 1.0.11 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 | |
video_player |
^2.9.2 |
2.10.0 | 2.10.0 | |
webrtc_interface |
^1.2.0 |
1.3.0 | 1.3.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 85.0.0 | 89.0.0 | |
adaptive_number |
- | 1.0.0 | 1.0.0 | |
analyzer |
- | 7.7.1 | 8.2.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
audio_session |
- | 0.1.25 | 0.2.2 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
boxy |
- | 2.2.1 | 2.2.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
cli_config |
- | 0.2.0 | 0.2.0 | |
cli_util |
- | 0.4.2 | 0.4.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
connectivity_plus |
- | 6.1.5 | 7.0.0 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
coverage |
- | 1.15.0 | 1.15.0 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
dart_jsonwebtoken |
- | 2.17.0 | 3.2.0 | |
dart_pubspec_licenses |
- | 3.0.14 | 3.0.14 | |
dart_webrtc |
- | 1.6.0 | 1.6.0 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus |
- | 11.5.0 | 12.1.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
ed25519_edwards |
- | 0.3.1 | 0.3.1 | |
extended_image |
- | 10.0.1 | 10.0.1 | |
extended_image_library |
- | 5.0.1 | 5.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_animate |
- | 4.5.2 | 4.5.2 | |
flutter_highlight |
- | 0.7.0 | 0.7.0 | |
flutter_js |
- | 0.8.5 | 0.8.5 | |
flutter_plugin_android_lifecycle |
- | 2.0.30 | 2.0.30 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
highlight |
- | 0.7.0 | 0.7.0 | |
html |
- | 0.15.6 | 0.15.6 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
io |
- | 1.0.5 | 1.0.5 | |
irondash_engine_context |
- | 0.5.5 | 0.5.5 | |
irondash_message_channel |
- | 0.7.0 | 0.7.0 | |
isolate_contactor |
- | 4.1.0 | 4.2.0 | Discontinued |
isolate_manager |
- | 4.1.5+1 | 6.1.0 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
json_schema |
- | 5.2.1 | 5.2.1 | |
just_audio_platform_interface |
- | 4.6.0 | 4.6.0 | |
just_audio_web |
- | 0.4.16 | 0.4.16 | |
lints |
- | 5.1.1 | 6.0.0 | |
markdown |
- | 7.3.0 | 7.3.0 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime_type |
- | 1.0.1 | 1.0.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
node_preamble |
- | 2.0.2 | 2.0.2 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 9.0.0 | 9.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
pana |
- | 0.22.21 | 0.22.23 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.18 | 2.2.18 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
pixel_snap |
- | 0.1.5 | 0.1.5 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
protobuf |
- | 3.1.0 | 5.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
retry |
- | 3.1.2 | 3.1.2 | |
rfc_6901 |
- | 0.2.0 | 0.2.0 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
safe_url_check |
- | 1.1.2 | 1.1.2 | |
scroll_to_index |
- | 3.0.1 | 3.0.1 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
shared_preferences_android |
- | 2.4.13 | 2.4.13 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_packages_handler |
- | 3.0.2 | 3.0.2 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_map_stack_trace |
- | 2.1.2 | 2.1.2 | |
source_maps |
- | 0.10.13 | 0.10.13 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
super_native_extensions |
- | 0.9.1 | 0.9.1 | |
sync_http |
- | 0.3.1 | 0.3.1 | |
tar |
- | 2.0.1 | 2.0.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test |
- | 1.26.3 | 1.26.3 | |
test_api |
- | 0.7.7 | 0.7.7 | |
test_core |
- | 0.6.12 | 0.6.12 | |
two_dimensional_scrollables |
- | 0.3.7 | 0.3.7 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
url_launcher_android |
- | 6.3.22 | 6.3.22 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.8.14 | 2.8.14 | |
video_player_avfoundation |
- | 2.8.4 | 2.8.4 | |
video_player_platform_interface |
- | 6.4.0 | 6.4.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
vm_service |
- | 15.0.2 | 15.0.2 | |
wakelock_plus |
- | 1.4.0 | 1.4.0 | |
wakelock_plus_platform_interface |
- | 1.3.0 | 1.3.0 | |
watcher |
- | 1.1.3 | 1.1.3 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
webkit_inspection_protocol |
- | 1.2.1 | 1.2.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^8.1.5` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^0.13.1+hotfix.1` on flutter_webrtc does not support the stable version `0.14.0`.
Try running dart pub upgrade --major-versions flutter_webrtc
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.