dazzle_flutter 1.0.0-beta.6 copy "dazzle_flutter: ^1.0.0-beta.6" to clipboard
dazzle_flutter: ^1.0.0-beta.6 copied to clipboard

Dazzle SDK for Flutter. Embedded in-process database with HNSW vector search and a ChatAgent runtime for on-device LLM agents. Links the same libdazzle.so / Dazzle.xcframework the native Android and i [...]

130/ 160
pub points
246
downloads

We analyzed this package 2 days ago, and awarded it 130 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 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.

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.

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

105 out of 399 API elements (26.3 %) have documentation comments.

Some symbols that are missing documentation: dazzle_flutter, dazzle_flutter.AllHistoryWindow, dazzle_flutter.AllHistoryWindow.AllHistoryWindow.new, dazzle_flutter.AnthropicClient, dazzle_flutter.AnthropicClient.modelId.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ 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 Android

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_web.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_wasm_bindings.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform iOS

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_web.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_wasm_bindings.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform Windows

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_web.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_wasm_bindings.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform Linux

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_web.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_wasm_bindings.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform macOS

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_web.dart that imports:
  • package:dazzle_flutter/src/web/dazzle_wasm_bindings.dart that imports:
  • dart:js_interop_unsafe
Package not compatible with platform Web

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/desktop/dazzle_desktop.dart that imports:
  • package:dazzle_flutter/src/desktop/dazzle_lite_bindings.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:dazzle_flutter/dazzle_flutter.dart that imports:
  • package:dazzle_flutter/src/desktop/dazzle_desktop.dart that imports:
  • package:dazzle_flutter/src/desktop/dazzle_lite_bindings.dart that imports:
  • package:ffi/ffi.dart that imports:
  • package:ffi/src/utf8.dart that imports:
  • dart:ffi

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/dazzle_flutter/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

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

Found 7 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/src/agent/tool.dart:4:1

  ╷
4 │ /// Tool declarations + schema, matching `Tool.kt` / `Tool.swift`. The
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/agent/tool.dart:162:48

    ╷
162 │ /// `Args` should be a plain Dart class (or Map<String,dynamic>) that
    │                                                ^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/agent/tool.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
ffi ^2.1.0 2.2.0 2.2.0
http ^1.2.0 1.6.0 1.6.0
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
web ^1.1.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.2
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
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.2.0 2.3.0

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.23.12, Flutter 3.44.0, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
246
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Dazzle SDK for Flutter. Embedded in-process database with HNSW vector search and a ChatAgent runtime for on-device LLM agents. Links the same libdazzle.so / Dazzle.xcframework the native Android and iOS SDKs ship — zero behaviour drift across platforms. Includes five swappable LLMClient adapters: LlamaCpp (GGUF), LiteRT-LM, FoundationModels (iOS 26+), OpenAI-compatible, and Anthropic.

Repository (GitHub)
View/report issues

Topics

#llm #agent #embedded-database #vector-search #on-device-ai

License

Apache-2.0 (license)

Dependencies

ffi, flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on dazzle_flutter

Packages that implement dazzle_flutter