flutter_ai_toolkit 0.1.3 copy "flutter_ai_toolkit: ^0.1.3" to clipboard
flutter_ai_toolkit: ^0.1.3 copied to clipboard

A set of AI chat-related widgets for your Flutter app targeting mobile, desktop and web.

0.1.3 #

  • new real-world-ish sample: recipes

new custom LLM provider sample: gemma #

  • handling structured LLM responses via responseBuilder (see recipes sample)

  • app-provided prompt suggestions (see recipes sample)

  • pre-processing prompts to add prompt engineering via messageSender

  • pre-processing requests to enrich the output, e.g. host Flutter widgets (see recipes sample)

  • swappable support for LLM providers; oob support for Gemini and Vertex (see gemma example)

0.1.2 #

  • More README fixups

0.1.1 #

  • Fixing README screenshot (sigh)

0.1.0 #

  • Initial alpha release