haivacodebase 1.0.0+2 copy "haivacodebase: ^1.0.0+2" to clipboard
haivacodebase: ^1.0.0+2 copied to clipboard

haiva chatbot for web android ios

75/ 160
pub points
0
downloads

We analyzed this package 46 hours ago, and awarded it 75 pub points (of a possible 160):

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

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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

78 out of 397 API elements (19.6 %) 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: agent_chat_screen, agent_chat_screen.AgentChatScreen, agent_chat_screen.AgentChatScreen.AgentChatScreen.new, agent_chat_screen.AgentChatScreen.agentId, agent_chat_screen.AgentChatScreenState.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Failed check 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:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/widget/chart.dart that imports:
  • package:high_chart/high_chart.dart that imports:
  • package:high_chart/src/io.dart that imports:
  • package:high_chart/src/windows/high_chart.dart that imports:
  • package:webview_windows/webview_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/widget/chart.dart that imports:
  • package:high_chart/high_chart.dart that imports:
  • package:high_chart/src/io.dart that imports:
  • package:high_chart/src/windows/high_chart.dart that imports:
  • package:webview_windows/webview_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/widget/chart.dart that imports:
  • package:high_chart/high_chart.dart that imports:
  • package:high_chart/src/io.dart that imports:
  • package:high_chart/src/mobile/high_chart.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/widget/chart.dart that imports:
  • package:high_chart/high_chart.dart that imports:
  • package:high_chart/src/io.dart that imports:
  • package:high_chart/src/windows/high_chart.dart that imports:
  • package:webview_windows/webview_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/widget/chart.dart that imports:
  • package:high_chart/high_chart.dart that imports:
  • package:high_chart/src/io.dart that imports:
  • package:high_chart/src/windows/high_chart.dart that imports:
  • package:webview_windows/webview_windows.dart that declares support for platforms: Windows.
Package not compatible with platform Web

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/linux/file_picker_linux.dart that imports:
  • package:file_picker/src/utils.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:haivacodebase/agent/agent_chat_screen.dart that imports:
  • package:haivacodebase/agent/chatbubble_agent.dart that imports:
  • package:flutter_math_fork/flutter_math.dart that imports:
  • package:flutter_math_fork/src/widgets/selectable.dart that imports:
  • package:flutter_math_fork/src/widgets/selection/web_selection_manager.dart that imports:
  • package:flutter_math_fork/src/widgets/selection/selection_manager.dart that imports:
  • package:flutter_math_fork/src/widgets/controller.dart that imports:
  • package:flutter_math_fork/src/ast/syntax_tree.dart that imports:
  • package:flutter_math_fork/src/ast/nodes/sqrt.dart that imports:
  • package:flutter_math_fork/src/render/svg/svg_string.dart that imports:
  • package:flutter_svg/flutter_svg.dart that imports:
  • package:flutter_svg/svg.dart that imports:
  • package:flutter_svg/src/default_theme.dart that imports:
  • package:flutter_svg/src/loaders.dart that imports:
  • package:flutter_svg/src/utilities/http.dart that imports:
  • package:flutter_svg/src/utilities/_http_io.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 210 issues. Showing the first 2:

WARNING: Unused import: 'dart:convert'.

lib/agent/agent_chat_screen.dart:1:8

  ╷
1 │ import 'dart:convert';
  │        ^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: '../widget/chart.dart'.

lib/agent/agent_chat_screen.dart:16:8

   ╷
16 │ import '../widget/chart.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/agent/agent_chat_screen.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
audioplayers ^6.1.0 6.5.1 6.5.1
aurora ^1.0.0 1.0.0 1.0.0
confetti ^0.7.0 0.7.0 0.8.0
cupertino_icons ^1.0.6 1.0.8 1.0.8
file_picker ^4.0.0 4.6.1 10.3.3
flutter_color_utils ^0.0.1 0.0.1 0.0.1
flutter_dotenv ^5.1.0 5.2.1 6.0.0
flutter_flavor ^3.1.1 3.1.4 3.1.4
flutter_launcher_icons ^0.13.1 0.13.1 0.14.4
flutter_markdown ^0.7.2+1 0.7.7+1 0.7.7+1 Discontinued
flutter_math_fork ^0.7.2 0.7.4 0.7.4
flutter_spinkit ^5.2.1 5.2.2 5.2.2
flutter_tex ^4.0.6 4.1.3 5.1.10
flutter_tts ^4.0.2 4.2.3 4.2.3
flutter_widget_from_html_core ^0.15.2 0.15.2 0.17.0
google_fonts ^4.0.4 4.0.4 6.3.2
gpt_markdown ^0.1.3 0.1.15 1.1.4
high_chart ^2.1.0 2.5.1 2.5.1
html ^0.15.0 0.15.6 0.15.6
http ^0.13.4 0.13.6 1.5.0
icons_launcher ^2.1.7 2.1.7 3.0.3
intl ^0.19.0 0.19.0 0.20.2
js ^0.7.1 0.7.2 0.7.2 Discontinued
markdown ^7.2.2 7.3.0 7.3.0
provider ^6.1.2 6.1.5+1 6.1.5+1
rename_app ^1.6.1 1.6.5 1.6.5
speech_to_text ^6.6.2 6.6.2 7.3.0
syncfusion_flutter_datagrid ^26.1.41 26.2.14 31.1.23
typewritertext ^3.0.8 3.0.9 3.0.9
url_launcher ^6.0.20 6.3.2 6.3.2
uuid ^4.4.0 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
audioplayers_android - 5.2.1 5.2.1
audioplayers_darwin - 6.3.0 6.3.0
audioplayers_linux - 4.2.1 4.2.1
audioplayers_platform_interface - 7.1.1 7.1.1
audioplayers_web - 5.1.1 5.1.1
audioplayers_windows - 4.2.1 4.2.1
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
cli_util - 0.4.2 0.4.2
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
csslib - 1.0.2 1.0.2
ffi - 1.2.1 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.31 2.0.31
flutter_svg - 2.0.9 2.2.1
http_parser - 4.1.2 4.1.2
image - 4.3.0 4.5.4
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.0.15 2.1.5
path_provider_android - 2.2.19 2.2.19
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.0.7 2.3.0
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
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
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
syncfusion_flutter_core - 26.2.14 31.1.23
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
tuple - 2.0.2 2.0.2
typed_data - 1.4.0 1.4.0
universal_io - 2.2.2 2.2.2
url_launcher_android - 6.3.24 6.3.24
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_graphics - 1.1.10+1 1.1.19
vector_graphics_codec - 1.1.10+1 1.1.13
vector_graphics_compiler - 1.1.10+1 1.1.19
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
webview_flutter - 4.13.0 4.13.0
webview_flutter_android - 4.10.5 4.10.5
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_plus - 0.4.19 0.4.19
webview_flutter_wkwebview - 3.23.1 3.23.1
webview_windows - 0.4.0 0.4.0
win32 - 2.6.1 5.15.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

Found 14 issues. Showing the first 2:

The constraint `^0.7.0` on confetti does not support the stable version `0.8.0`.

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

The constraint `^4.0.0` on file_picker does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions file_picker 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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: