flutter_agentic_tools 0.2.0 copy "flutter_agentic_tools: ^0.2.0" to clipboard
flutter_agentic_tools: ^0.2.0 copied to clipboard

Ready-made device tools for Flutter AI agents — clipboard, sandboxed files, HTTP, and system info tools that plug straight into flutter_agentic.

0.2.0 — 2026-07-02 #

Changed #

  • Updated flutter_agentic dependency to ^2.0.0; all Genesis* identifiers in the core are now Agentic* (e.g. AgenticAgent, AgenticTool).

Changelog #

0.1.1 — 2026-07-02 #

  • Security hardening (FileTools): symlinks inside the sandbox pointing outside are now detected and blocked — the canonical path of the deepest existing ancestor is verified, covering both symlinked files and symlinked parent folders.
  • Security hardening (HttpTools): the host allow-list is now enforced on every redirect hop (an allowed host can no longer 302 the agent to a disallowed one); redirect chains are capped at 5.
  • Formatted with dart format for full pub.dev static-analysis score.

0.1.0 — 2026-07-02 #

Initial release.

  • ClipboardToolsclipboard_read, clipboard_write.
  • FileTools(baseDir)file_write (with append), file_read, file_list, file_delete; sandboxed to baseDir with path-traversal rejection and configurable read/write size limits.
  • HttpToolshttp_get, http_post_json; optional host allow-list, response truncation, timeout, injectable http.Client.
  • SystemToolssystem_info (platform, OS version, locale, time zone).
  • All tools return structured error maps to the model instead of throwing.
1
likes
160
points
187
downloads

Documentation

API reference

Publisher

verified publisherinlayad.com

Weekly Downloads

Ready-made device tools for Flutter AI agents — clipboard, sandboxed files, HTTP, and system info tools that plug straight into flutter_agentic.

Repository (GitHub)
View/report issues

Topics

#flutter #ai #agent #tools #function-calling

License

MIT (license)

Dependencies

flutter, flutter_agentic, http

More

Packages that depend on flutter_agentic_tools