adcio_agent 1.0.0 copy "adcio_agent: ^1.0.0" to clipboard
adcio_agent: ^1.0.0 copied to clipboard

discontinued

This is a Flutter agent for the ADCIO project, a chatbot based on LLM(GPT) that suggests personalized products through conversations

120/ 160
pub points
26
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/corca-ai/adcio_agent was unreachable. Make sure that the website is reachable via HEAD requests.

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

4 out of 16 API elements (25.0 %) have documentation comments.

Some symbols that are missing documentation: adcio_agent, adcio_agent.AdcioAgent.AdcioAgent.new, adcio_agent.AdcioAgent.clientId, adcio_agent.AdcioAgent.onNavigationRequest, adcio_agent.AdcioAgent.onPageFinished.

Passed check 10/10 points: Package has 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:adcio_agent/adcio_agent.dart that declares support for platforms: .
Package does not support platform `iOS`.

Because:

  • package:adcio_agent/adcio_agent.dart that declares support for platforms: .
Package does not support platform `Windows`.

Because:

  • package:adcio_agent/adcio_agent.dart that declares support for platforms: .
Package does not support platform `Linux`.

Because:

  • package:adcio_agent/adcio_agent.dart that declares support for platforms: .
Package does not support platform `macOS`.

Because:

  • package:adcio_agent/adcio_agent.dart that declares support for platforms: .
Package does not support platform `Web`.

Because:

  • package:adcio_agent/adcio_agent.dart that declares support for platforms: .
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. The Android predictive back feature will not work with WillPopScope. This feature was deprecated after v3.12.0-1.0.pre.

lib/adcio_agent.dart:114:12

    ╷
114 │     return WillPopScope(
    │            ^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/adcio_agent.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
adcio_core ^1.0.1 1.0.1 1.0.1 Discontinued
webview_flutter ^4.2.2 4.13.1 4.13.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
device_info_plus - 9.1.2 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vector_math - 2.2.0 2.2.0
webview_flutter_android - 4.10.11 4.10.11
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_wkwebview - 3.23.5 3.23.5
win32 - 5.15.0 5.15.0
win32_registry - 1.1.5 2.1.0

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • adcio_core.

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.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

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

Publisher

verified publishercorca.ai

Weekly Downloads

This is a Flutter agent for the ADCIO project, a chatbot based on LLM(GPT) that suggests personalized products through conversations

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

adcio_core, flutter, webview_flutter

More

Packages that depend on adcio_agent

Packages that implement adcio_agent