meshagent_flutter_shadcn 0.44.13
meshagent_flutter_shadcn: ^0.44.13 copied to clipboard
Shadcn based Widgets for bootstraping Meshagent Flutter apps
We analyzed this package 44 hours ago, and awarded it 100 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting meshagent_flutter_shadcn... Discovering libraries... Linking elements... Precaching local docs for 2459029 elements... ERR: dartdoc 9.0.5 (/home/worker/dartdoc/build/dartdoc) failed: ParallelWaitError: RangeError (end): Invalid value: Not in inclusive range 44..56: 57 #0 RangeError.checkValidRange (dart:core/errors.dart:392) #1 _StringBase.substring (dart:core-patch/string_patch.dart:437) #2 DocumentationComment._stripDocImports (package:dartdoc/src/model/documentation_comment.dart:886) #3 DocumentationComment.processComment (package:dartdoc/src/model/documentation_comment.dart:103) #4 DocumentationComment.precacheLocalDocs (package:dartdoc/src/model/documentation_comment.dart:1005) #5 PackageGraph._precacheLocalDocs (package:dartdoc/src/model/package_graph.dart:174) #6 PackageGraph.initializePackageGraph (package:dartdoc/src/model/package_graph.dart:120) #7 PubPackageBuilder.buildPackageGraph (package:dartdoc/src/model/package_builder.dart:161)
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/toolkits/ui.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/platform/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/toolkits/ui.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/platform/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/voice/voice.dartthat imports:package:livekit_client/livekit_client.dartthat imports:package:livekit_client/src/widgets/video_track_renderer.dartthat imports:package:livekit_client/src/types/other.dartthat imports:package:livekit_client/src/participant/participant.dartthat imports:package:livekit_client/src/utils.dartthat imports:package:livekit_client/src/track/local/video.dartthat imports:package:livekit_client/src/track/local/local.dartthat imports:package:livekit_client/src/track/local/audio.dartthat imports:package:livekit_client/src/track/options.dartthat imports:package:livekit_client/src/track/processor_native.dartthat imports:package:livekit_client/src/track/processor.dartthat imports:package:livekit_client/src/core/room.dartthat imports:package:livekit_client/src/core/pending_track_queue.dartthat imports:package:livekit_client/src/events.dartthat imports:package:livekit_client/src/track/track.dartthat imports:package:livekit_client/src/internal/events.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/toolkits/ui.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/platform/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/toolkits/ui.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/platform/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:meshagent_flutter_shadcn/meshagent_flutter_shadcn.dartthat imports:package:meshagent_flutter_shadcn/secrets/keychain_dialog.dartthat imports:package:shadcn_ui/shadcn_ui.dartthat imports:package:shadcn_ui/src/components/avatar.dartthat imports:package:universal_image/universal_image.dartthat imports:package:universal_image/src/flutter_universal_image.dartthat imports:package:universal_image/src/platforms/image_file.dartthat imports:package:universal_image/src/platforms/_image_file_io.dartthat imports:package:extended_image/extended_image.dartthat imports:package:extended_image/src/utils.dartthat imports:package:extended_image/src/gesture/slide_page.dartthat imports:package:extended_image/src/gesture/utils.dartthat imports:package:extended_image/src/typedef.dartthat imports:package:extended_image/src/editor/editor_config.dartthat imports:package:extended_image/src/editor/editor.dartthat imports:package:extended_image/src/extended_image.dartthat imports:package:extended_image_library/extended_image_library.dartthat imports:package:extended_image_library/src/platform.dartthat imports:package:extended_image_library/src/_extended_network_image_utils_io.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/data_grid/swayze/helpers.dart:132:24
╷
132 │ final cellData = item as CellDataType;
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data_grid/swayze/helpers.dart
WARNING: Unnecessary cast.
lib/data_grid/swayze/helpers.dart:142:24
╷
142 │ final cellData = item as CellDataType;
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data_grid/swayze/helpers.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
built_collection |
^5.1.1 |
5.1.1 | 5.1.1 | |
cached_value |
^1.0.0 |
1.0.0 | 1.0.0 | |
chewie |
^1.8.5 |
1.13.1 | 1.14.1 | |
code_forge |
^9.10.0 |
9.10.0 | 10.6.0 | |
code_forge_web |
^2.10.0 |
2.10.0 | 2.10.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
file_picker |
^11.0.2 |
11.0.2 | 11.0.2 | |
flutter_highlight |
^0.7.0 |
0.7.0 | 0.7.0 | |
flutter_soloud |
^4.0.4 |
4.0.11 | 4.0.11 | |
flutter_sticky_header |
^0.8.0 |
0.8.0 | 0.8.0 | |
flutter_svg |
^2.0.17 |
2.3.0 | 2.3.0 | |
flutter_timezone |
^5.0.1 |
5.1.0 | 5.1.0 | |
flutter_webrtc |
^1.2.0 |
1.2.1 | 1.5.2 | |
google_fonts |
^6.2.1 |
6.3.3 | 8.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.0.7 |
1.2.2 | 1.2.2 | |
interactive_viewer_2 |
^0.1.0 |
0.1.0 | 0.1.0 | |
just_audio |
^0.10.5 |
0.10.5 | 0.10.5 | |
livekit_client |
^2.5.2 |
2.5.4 | 2.8.1 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
lucide_icons_flutter |
^3.1.1 |
3.1.14+2 | 3.1.14+2 | |
markdown |
^7.3.0 |
7.3.1 | 7.3.1 | |
markdown_widget |
^2.3.2+6 |
2.3.2+8 | 2.3.2+8 | |
memoize |
^3.0.0 |
3.0.0 | 3.0.0 | |
meshagent |
^0.44.13 |
0.44.13 | 0.44.13 | |
meshagent_agents |
^0.44.13 |
0.44.13 | 0.44.13 | |
meshagent_flutter |
^0.44.13 |
0.44.13 | 0.44.13 | |
meta |
^1.17.0 |
1.18.0 | 1.18.3 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_drawing |
^1.0.1 |
1.0.1 | 1.0.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
pdfrx |
^2.2.18 |
2.4.4 | 2.4.4 | |
re_highlight |
^0.0.3 |
0.0.3 | 0.0.3 | |
record |
^6.2.0 |
6.2.1 | 7.1.0 | |
rfw |
^1.0.31 |
1.1.3 | 1.1.3 | |
shadcn_ui |
^0.54.0 |
0.54.0 | 0.55.0 | |
share_plus |
^12.0.2 |
12.0.2 | 13.2.0 | |
shared_preferences |
^2.3.3 |
2.5.5 | 2.5.5 | |
siri_wave |
^2.2.0 |
2.3.1 | 2.3.1 | |
super_clipboard |
^0.9.1 |
0.9.1 | 0.9.1 | |
super_drag_and_drop |
^0.9.0-dev.6 |
0.9.1 | 0.9.1 | |
super_native_extensions |
^0.9.1 |
0.9.1 | 0.9.1 | |
synchronized |
^3.3.0+3 |
3.4.1 | 3.4.1 | |
universal_image |
^1.0.8 |
1.0.12 | 1.0.12 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.1 |
4.5.3 | 4.5.3 | |
video_player |
^2.9.2 |
2.11.1 | 2.11.1 | |
wakelock_plus |
^1.4.0 |
1.5.2 | 1.6.1 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
webrtc_interface |
^1.3.0 |
1.5.1 | 1.5.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
audio_session |
- | 0.2.3 | 0.2.3 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
boxy |
- | 2.3.0 | 2.3.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.2.1 | 1.2.1 | |
connectivity_plus |
- | 6.1.5 | 7.2.0 | |
connectivity_plus_platform_interface |
- | 2.1.0 | 2.1.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+2 | 0.3.5+2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
csslib |
- | 1.0.2 | 1.0.2 | |
cupertino_icons |
- | 1.0.9 | 1.0.9 | |
dart_jsonwebtoken |
- | 3.4.1 | 3.4.1 | |
dart_webrtc |
- | 1.8.1 | 1.8.1 | |
dbus |
- | 0.7.14 | 0.7.14 | |
device_info_plus |
- | 11.5.0 | 13.2.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 8.1.0 | |
equatable |
- | 2.0.8 | 2.0.8 | |
extended_image |
- | 10.0.1 | 10.0.1 | |
extended_image_library |
- | 5.0.1 | 5.0.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_animate |
- | 4.5.2 | 4.5.2 | |
flutter_colorpicker |
- | 1.1.0 | 1.1.0 | |
flutter_js |
- | 0.8.7 | 0.8.7 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
highlight |
- | 0.7.0 | 0.7.0 | |
hooks |
- | 2.0.2 | 2.0.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.8.0 | 4.9.1 | |
image_picker_android |
- | 0.8.13+19 | 0.8.13+19 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+6 | 0.8.13+6 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
intl |
- | 0.20.2 | 0.20.3 | |
irondash_engine_context |
- | 0.5.5 | 0.5.5 | |
irondash_message_channel |
- | 0.7.0 | 0.7.0 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.12.0 | 4.12.0 | |
json_schema |
- | 5.2.2 | 5.2.2 | |
just_audio_platform_interface |
- | 4.6.0 | 4.6.0 | |
just_audio_web |
- | 0.4.16 | 0.4.16 | |
libcompress |
- | 1.2.1 | 1.2.1 | |
logger |
- | 2.7.0 | 2.7.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meshagent_dart_arrow |
- | 0.44.13 | 0.44.13 | |
mime_type |
- | 1.0.1 | 1.0.1 | |
msgpack_dart |
- | 1.0.1 | 1.0.1 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
objective_c |
- | 9.4.1 | 9.4.1 | |
package_config |
- | 2.2.0 | 3.0.0 | |
package_info_plus |
- | 9.0.1 | 10.2.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 4.1.0 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
pdfium_dart |
- | 0.2.5 | 0.2.5 | |
pdfium_flutter |
- | 0.2.2 | 0.2.2 | |
pdfrx_engine |
- | 0.4.3 | 0.4.3 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
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 |
- | 4.0.0 | 4.0.0 | |
posix |
- | 6.5.0 | 6.5.0 | |
protobuf |
- | 4.2.0 | 6.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
quiver |
- | 3.2.2 | 3.2.2 | |
record_android |
- | 1.5.2 | 2.1.2 | |
record_ios |
- | 1.2.1 | 2.1.1 | |
record_linux |
- | 1.3.1 | 2.1.0 | |
record_macos |
- | 1.2.2 | 2.1.1 | |
record_platform_interface |
- | 1.6.0 | 2.1.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
record_web |
- | 1.3.0 | 2.1.0 | |
record_windows |
- | 1.0.7 | 2.2.0 | |
rfc_6901 |
- | 0.2.1 | 0.2.1 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
scroll_to_index |
- | 3.0.1 | 3.0.1 | |
sdp_transform |
- | 0.3.2 | 0.3.2 | |
serial_csv |
- | 0.5.2 | 0.5.2 | |
share_plus_platform_interface |
- | 6.1.0 | 7.1.0 | |
shared_preferences_android |
- | 2.4.26 | 2.4.26 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
slang |
- | 4.16.0 | 4.16.0 | |
slang_flutter |
- | 4.16.0 | 4.16.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
sync_http |
- | 0.3.1 | 0.3.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.13 | 0.7.13 | |
theme_extensions_builder_annotation |
- | 7.4.0 | 7.4.0 | |
two_dimensional_scrollables |
- | 0.5.2 | 0.5.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.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 | |
value_layout_builder |
- | 0.5.0 | 0.5.0 | |
vector_graphics |
- | 1.2.2 | 1.2.2 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.2.6 | 1.2.6 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
video_player_android |
- | 2.9.7 | 2.9.7 | |
video_player_avfoundation |
- | 2.10.0 | 2.10.0 | |
video_player_platform_interface |
- | 6.8.0 | 6.8.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
wakelock_plus_platform_interface |
- | 1.5.1 | 1.5.1 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web_socket |
- | 1.0.1 | 1.0.1 | |
web_socket_channel |
- | 3.0.3 | 3.0.3 | |
win32 |
- | 5.15.0 | 6.3.0 | |
win32_registry |
- | 2.1.0 | 3.0.3 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 7.0.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^9.10.0` on code_forge does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions code_forge to update the constraint.
The constraint `^6.2.1` on google_fonts does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions google_fonts 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.23.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.