voice_gpt 1.0.0+5 copy "voice_gpt: ^1.0.0+5" to clipboard
voice_gpt: ^1.0.0+5 copied to clipboard

This package provides a chatbot implementation that utilizes the power of the GPT (Generative Pre-trained Transformer) model to generate responses to user input. The chatbot supports both text and voi [...]

1
likes
80/ 140
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 140):

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

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.

Repository URL doesn't exist.

At the time of the analysis https://github.com/dlxkhang/19ktpm-advanced-mobile-voicegpt was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: voice_gpt,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

6 out of 78 API elements (7.7 %) 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.

Some symbols that are missing documentation: chat_interfaces, chat_interfaces.ChatCompletion, chat_interfaces.ChatCompletion.ChatCompletion, chat_interfaces.ChatCompletion.messages, chat_interfaces.ChatCompletion.model.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ macOS
  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:voice_gpt/components/chat_page.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:voice_gpt/components/chat_page.dart that imports:
  • package:speech_to_text/speech_to_text.dart that declares support for platforms: Android, iOS, macOS, 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:voice_gpt/components/chat_page.dart that imports:
  • package:flutter_tts/flutter_tts.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

WARNING: Braces unnecessarily wrap this expression in a set literal.

lib/components/chat_page.dart:116:57

    ╷
116 │       WidgetsBinding.instance.addPostFrameCallback((_) => {
    │ ┌─────────────────────────────────────────────────────────^
117 │ │           if (settings['messageHistoryIsCleared'])
118 │ │             {
119 │ │               setState(() {
120 │ │                 _messages = [];
121 │ │               }),
122 │ │               onSettingsChanged({
123 │ │                 ...settings,
124 │ │                 'messageHistoryIsCleared': false, // Reset state
125 │ │               })
126 │ │             }
127 │ │         });
    │ └─────────^
    ╵

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

lib/components/chat_page.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
cupertino_icons ^1.0.2 1.0.8 1.0.8
easy_localization ^3.0.1 3.0.6 3.0.6
flutter flutter 0.0.0 0.0.0
flutter_chat_types ^3.6.0 3.6.2 3.6.2
flutter_chat_ui ^1.6.6 1.6.12 1.6.12
flutter_dotenv ^5.0.2 5.1.0 5.1.0
flutter_tts ^3.6.3 3.8.5 4.0.2
http ^0.13.5 0.13.6 1.2.1
json_annotation ^4.8.0 4.9.0 4.9.0
json_serializable ^6.6.1 6.8.0 6.8.0
localstorage ^4.0.1+2 4.0.1+4 5.0.0
speech_to_text ^6.1.1 6.6.1 6.6.1
uuid ^3.0.7 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 68.0.0
analyzer - 6.4.1 6.5.0
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
build - 2.4.1 2.4.1
build_config - 1.1.1 1.1.1
characters - 1.3.0 1.3.0
checked_yaml - 2.0.3 2.0.3
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
csslib - 1.0.0 1.0.0
dart_style - 2.3.6 2.3.6
diffutil_dart - 3.0.0 4.0.1
easy_logger - 0.0.2 0.0.2
equatable - 2.0.5 2.0.5
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_link_previewer - 3.2.2 3.2.2
flutter_linkify - 6.0.0 6.0.0
flutter_localizations - 0.0.0 0.0.0
flutter_parsed_text - 2.2.1 2.2.1
flutter_web_plugins - 0.0.0 0.0.0
glob - 2.1.2 2.1.2
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
js - 0.7.1 0.7.1
linkify - 5.0.0 5.0.0
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
pedantic - 1.11.1 1.11.1
photo_view - 0.14.0 0.15.0
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.2.3 1.2.3
scroll_to_index - 3.0.1 3.0.1
shared_preferences - 2.2.3 2.2.3
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_gen - 1.5.0 1.5.0
source_helper - 1.3.4 1.3.4
source_span - 1.10.0 1.10.0
speech_to_text_macos - 1.1.0 1.1.0
speech_to_text_platform_interface - 2.2.0 2.2.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher - 6.2.6 6.2.6
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
visibility_detector - 0.4.0+2 0.4.0+2
watcher - 1.1.0 1.1.0
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^3.6.3` on flutter_tts does not support the stable version `4.0.0`.

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

The constraint `^0.13.5` on http does not support the stable version `1.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

1
likes
80
pub points
0%
popularity

Publisher

unverified uploader

This package provides a chatbot implementation that utilizes the power of the GPT (Generative Pre-trained Transformer) model to generate responses to user input. The chatbot supports both text and voice-based input and output, making it a versatile tool for building natural language interfaces.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cupertino_icons, easy_localization, flutter, flutter_chat_types, flutter_chat_ui, flutter_dotenv, flutter_tts, http, json_annotation, json_serializable, localstorage, speech_to_text, uuid

More

Packages that depend on voice_gpt