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

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

1
likes
130/ 160
pub points
0%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

4 out of 15 API elements (26.7 %) have documentation comments.

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

10/10 points: Package has an example

failed
Platform support
0 / 20trigger folding of the section

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: .
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. 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

INFO: 'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. 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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
adcio_core ^1.0.1 1.0.1 1.0.1
flutter flutter 0.0.0 0.0.0
webview_flutter ^4.2.2 4.8.0 4.8.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
crypto - 3.0.3 3.0.3
device_info_plus - 9.1.2 10.1.0
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
fixnum - 1.1.0 1.1.0
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
sprintf - 7.0.0 7.0.0
typed_data - 1.3.2 1.3.2
uuid - 4.4.0 4.4.0
vector_math - 2.1.4 2.1.4
webview_flutter_android - 3.16.4 3.16.4
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.13.1 3.13.1
win32 - 5.5.1 5.5.1
win32_registry - 1.1.3 1.1.3

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

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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

1
likes
130
pub points
0%
popularity

Publisher

verified publishercorca.ai

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

adcio_core, flutter, webview_flutter

More

Packages that depend on adcio_agent