aisha 0.0.1 copy "aisha: ^0.0.1" to clipboard
aisha: ^0.0.1 copied to clipboard

This Flutter package allows you to create a seamless voice call experience with an AI agent, similar to the ChatGPT app. It uses LangChain for answering questions based on the data you provide.

120/ 160
pub points
16
downloads

We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

1 out of 5 API elements (20.0 %) have documentation comments.

Some symbols that are missing documentation: aisha, voice_call, voice_call.VoiceCallPage, voice_call.VoiceCallPage.VoiceCallPage.new.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:aisha/aisha.dart that imports:
  • package:aisha/voice_call.dart that imports:
  • package:speech_to_text/speech_to_text.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:aisha/aisha.dart that imports:
  • package:aisha/voice_call.dart that imports:
  • package:speech_to_text/speech_to_text.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:aisha/aisha.dart that imports:
  • package:aisha/voice_call.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:aisha/aisha.dart that imports:
  • package:aisha/voice_call.dart that imports:
  • package:flutter_tts/flutter_tts.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:aisha/aisha.dart that imports:
  • package:aisha/voice_call.dart that imports:
  • package:flutter_tts/flutter_tts.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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

WARNING: The value of the field '_isListening' isn't used.

lib/voice_call.dart:19:14

   ╷
19 │   final bool _isListening = false;
   │              ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/voice_call.dart

INFO: 'listenMode' is deprecated and shouldn't be used. Use SpeechListenOptions.listenMode instead.

lib/voice_call.dart:67:9

   ╷
67 │         listenMode: stt.ListenMode.dictation,
   │         ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/voice_call.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
flutter_tts ^4.0.2 4.2.5 4.2.5
http ^1.2.2 1.6.0 1.6.0
permission_handler ^11.3.1 11.4.0 12.0.1
speech_to_text ^6.6.2 6.6.2 7.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
pedantic - 1.11.1 1.11.1 Discontinued
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
speech_to_text_macos - 1.1.0 1.1.0
speech_to_text_platform_interface - 2.3.0 2.3.0
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.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.

The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions permission_handler to update the constraint.

The constraint `^6.6.2` on speech_to_text does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions speech_to_text to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
120
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

This Flutter package allows you to create a seamless voice call experience with an AI agent, similar to the ChatGPT app. It uses LangChain for answering questions based on the data you provide.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_tts, http, permission_handler, speech_to_text

More

Packages that depend on aisha