llm_lab_sdk_flutter 1.1.1 copy "llm_lab_sdk_flutter: ^1.1.1" to clipboard
llm_lab_sdk_flutter: ^1.1.1 copied to clipboard

Platformweb

An SDK for integrating your LLM Lab AI Agent

2
likes
120/ 160
pub points
33
downloads

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

Failed report section
Follow Dart file conventions
20 / 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.

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: Apache-2.0.

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

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

OUT: Documenting llm_lab_sdk_flutter... Discovering libraries... Linking elements... Precaching local docs for 1190953 elements... Initialized dartdoc with 1161 libraries Generating docs for library model/message_item.dart from package:llm_lab_sdk_flutter/model/message_item.dart... Generating docs for library model/upsert_response.dart from package:llm_lab_sdk_flutter/model/upsert_response.dart... Generating docs for library util/streaming_web.dart from package:llm_lab_sdk_flutter/util/streaming_web.dart... Generating docs for library util/streaming_default.dart from package:llm_lab_sdk_flutter/util/streaming_default.dart... Generating docs for library util/streaming_io.dart from package:llm_lab_sdk_flutter/util/streaming_io.dart... [4 more lines] ERR: warning: llm_lab has no library level documentation comments from llm_lab: (file:///tmp/pana_DHQUVP/lib/model/message_item.dart:1:1) warning: llm_lab has no library level documentation comments from llm_lab: (file:///tmp/pana_DHQUVP/lib/service/llm_lab_sdk.dart:1:1) error: file already written at "llm_lab/index.html" for symbol llm_lab: (file:///tmp/pana_DHQUVP/lib/service/llm_lab_sdk.dart:1:1) conflicting with file already generated by llm_lab: (file:///tmp/pana_DHQUVP/lib/model/message_item.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'llm_lab' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [18 more lines]

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:llm_lab_sdk_flutter/util/streaming_web.dart that imports:
  • package:fetch_client/fetch_client.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:llm_lab_sdk_flutter/util/streaming_web.dart that imports:
  • package:fetch_client/fetch_client.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:llm_lab_sdk_flutter/util/streaming_web.dart that imports:
  • package:fetch_client/fetch_client.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:llm_lab_sdk_flutter/util/streaming_web.dart that imports:
  • package:fetch_client/fetch_client.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:llm_lab_sdk_flutter/util/streaming_web.dart that imports:
  • package:fetch_client/fetch_client.dart that declares support for platforms: Web.

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/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 3 issues. Showing the first 2:

WARNING: The value of the local variable 'keys' isn't used.

lib/model/upsert_response.dart:33:11

   ╷
33 │     final keys = model.keys.toList();
   │           ^^^^
   ╵

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

INFO: Dangling library doc comment.

lib/service/agent_api.dart:1:1

  ╷
1 │ ///TODO use this instead of having all the methods inside of ll_lab_sdk.dart do the same for the rest of the modules
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
either_dart ^1.0.0 1.0.0 1.0.0
equatable ^2.0.5 2.0.7 2.0.7
fetch_client ^1.0.2 1.1.4 1.1.4
http ^1.2.1 1.4.0 1.4.0
llm_chat ^1.0.0+1 1.0.0+1 1.0.0+1
Transitive dependencies
Package Constraint Compatible Latest Notes
animated_text_kit - 4.2.3 4.2.3
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clipboard - 0.1.3 0.1.3
collection - 1.19.1 1.19.1
cupertino_icons - 1.0.8 1.0.8
fetch_api - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.2.0
web - 1.1.1 1.1.1

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

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.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

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

Publisher

verified publisherintelligentiterations.com

Weekly Downloads

An SDK for integrating your LLM Lab AI Agent

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

either_dart, equatable, fetch_client, flutter, http, llm_chat

More

Packages that depend on llm_lab_sdk_flutter