aven_app_agent 0.2.0-alpha.1
aven_app_agent: ^0.2.0-alpha.1 copied to clipboard
Aven SDK for AI-guided in-app assistance and walkthroughs in Flutter apps.
We analyzed this package 10 days ago, and awarded it 120 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/MrAnshuRaj/GuideAI 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/MrAnshuRaj/GuideAI/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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
12 out of 525 API elements (2.3 %) 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: aven_app_agent, aven_app_agent.Aven, aven_app_agent.Aven.clearActiveWorkflow, aven_app_agent.Aven.closeAssistant, aven_app_agent.Aven.configureApp.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:aven_app_agent/aven_app_agent.dartthat imports:package:aven_app_agent/src/ui/aven_scope.dartthat imports:package:aven_app_agent/src/ui/aven_walkthrough_overlay.dartthat imports:package:aven_app_agent/src/ui/aven_instruction_card.dartthat imports:package:aven_app_agent/src/core/aven_controller.dartthat imports:package:aven_app_agent/src/voice/aven_tts_service.dartthat imports:package:flutter_tts/flutter_tts.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package not compatible with platform Web
Because:
package:aven_app_agent/aven_app_agent.dartthat imports:package:aven_app_agent/src/ui/aven_scope.dartthat imports:package:aven_app_agent/src/ui/aven_walkthrough_overlay.dartthat imports:package:aven_app_agent/src/ui/aven_instruction_card.dartthat imports:package:aven_app_agent/src/core/aven_controller.dartthat imports:package:aven_app_agent/src/voice/aven_tts_service.dartthat imports:package:flutter_tts/flutter_tts.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_tts |
^4.2.3 |
4.2.5 | 4.2.5 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
speech_to_text |
^7.3.0 |
7.4.0 | 7.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.2 | 1.10.2 | |
speech_to_text_platform_interface |
- | 2.4.0 | 2.4.0 | |
speech_to_text_windows |
- | 1.0.1 | 1.0.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/voice/aven_speech_input_service.dart:117:9- The named parameter 'localeId' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/voice/aven_speech_input_service.dart:118:9- The named parameter 'listenFor' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/voice/aven_speech_input_service.dart:119:9- The named parameter 'pauseFor' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.