flutter_agentic_tools 0.1.0 copy "flutter_agentic_tools: ^0.1.0" to clipboard
flutter_agentic_tools: ^0.1.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.

Changelog #

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
0
points
187
downloads

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

unknown (license)

Dependencies

flutter, flutter_agentic, http

More

Packages that depend on flutter_agentic_tools