Skip to content

Releases: abhinav503/flutter-agentic

v1.1.0 — Smarter agents, richer docs, and a working reference app

12 Jun 05:22

Choose a tag to compare

2026-06-12 · pdf-generatormain

Summary

This release adds a complete reference app, expands the design system, and significantly deepens the context available to AI agents working in this codebase.


Features

  • A complete multi-AI receipt scanner ships as a reference app, demonstrating the full Clean Architecture pattern from data source to screen with three selectable AI backends
  • New checkbox, file thumbnail, dialog, and empty state components added to the design system

Agent Context Improvements

  • /release skill automates the full release workflow — branch comparison, version bump, release notes, merge, GitHub Release, and cleanup
  • New SOLID principles and design patterns guides give agents deeper context when designing or reviewing classes
  • Static singleton and model conversion rules now explicitly listed in every agent config so agents apply them without being asked