voice_gpt 1.0.0+5 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 [...]
We analyzed this package 26 hours ago, and awarded it 100 pub points (of a possible 160):
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.
- contains
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
.
0/10 points: 20% or more of the public API has dartdoc comments
6 out of 77 API elements (7.8 %) 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: 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.
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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:voice_gpt/components/chat_page.dart
that imports:package:voice_gpt/components/dialog.dart
that imports:package:easy_localization/easy_localization.dart
that imports:package:easy_localization/src/public_ext.dart
that imports:package:easy_localization/src/easy_localization_app.dart
that imports:package:easy_localization/src/easy_localization_controller.dart
that imports:package:intl/intl_standalone.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.dev/web/wasm for details.
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
/tmp/pana_AFLCAF/lib/components/chat_page.dart doesn't match the Dart formatter.
To format your files run: dart format .
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.7 | 3.0.7 |
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.15 | 1.6.15 |
flutter_dotenv |
^5.0.2 |
5.2.1 | 5.2.1 |
flutter_tts |
^3.6.3 |
3.8.5 | 4.2.0 |
http |
^0.13.5 |
0.13.6 | 1.2.2 |
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.2 | 7.0.0 |
uuid |
^3.0.7 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 72.0.0 | 76.0.0 |
_macros |
- | 0.3.2 | 0.3.2 |
analyzer |
- | 6.7.0 | 6.11.0 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
build |
- | 2.4.1 | 2.4.1 |
build_config |
- | 1.1.1 | 1.1.1 |
characters |
- | 1.3.0 | 1.3.1 |
checked_yaml |
- | 2.0.3 | 2.0.3 |
clock |
- | 1.1.1 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
csslib |
- | 1.0.2 | 1.0.2 |
dart_style |
- | 2.3.7 | 2.3.7 |
diffutil_dart |
- | 4.0.1 | 4.0.1 |
easy_logger |
- | 0.0.2 | 0.0.2 |
equatable |
- | 2.0.5 | 2.0.5 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
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.5 | 0.15.5 |
http_parser |
- | 4.0.2 | 4.1.1 |
intl |
- | 0.19.0 | 0.20.0 |
js |
- | 0.7.1 | 0.7.1 |
linkify |
- | 5.0.0 | 5.0.0 |
logging |
- | 1.3.0 | 1.3.0 |
macros |
- | 0.1.2-main.4 | 0.1.3-main.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.0 | 1.9.1 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
path_provider_foundation |
- | 2.4.0 | 2.4.0 |
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 |
pedantic |
- | 1.11.1 | 1.11.1 |
photo_view |
- | 0.15.0 | 0.15.0 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pub_semver |
- | 2.1.4 | 2.1.4 |
pubspec_parse |
- | 1.3.0 | 1.3.0 |
scroll_to_index |
- | 3.0.1 | 3.0.1 |
shared_preferences |
- | 2.3.3 | 2.3.3 |
shared_preferences_android |
- | 2.3.3 | 2.3.3 |
shared_preferences_foundation |
- | 2.5.3 | 2.5.3 |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 |
shared_preferences_web |
- | 2.4.2 | 2.4.2 |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 |
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.3.0 | 2.3.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
url_launcher |
- | 6.3.1 | 6.3.1 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.1 | 6.3.1 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.1 | 3.2.1 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
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 |
- | 1.1.0 | 1.1.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.