tane/apps/app_seeds
vjrj 8a19a6c85a feat(block1): photo thumbnails in the inventory list
The list showed only initials even when a variety had a photo (quick-add stores
one as an encrypted BLOB). Now the avatar shows the first photo, falling back to
the initial — matching the "foto/inicial" list spec.

- VarietyListItem carries the first photo bytes; watchInventory loads them in a
  single query per emission.
- List tile renders a MemoryImage avatar when present.

Tests: repository (photo bytes surfaced, null when none) and a widget test
(avatar replaces the initial). Full suite: 37 passing, 0 skipped.
2026-07-07 22:03:36 +02:00
..
android feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
assets/catalog feat(block1): bundled species catalog + autocomplete link 2026-07-07 21:21:59 +02:00
drift_schemas feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
integration_test feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
ios feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
lib feat(block1): photo thumbnails in the inventory list 2026-07-07 22:03:36 +02:00
linux feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
test feat(block1): photo thumbnails in the inventory list 2026-07-07 22:03:36 +02:00
.gitignore feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
.metadata feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
analysis_options.yaml feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
pubspec.yaml feat(block1): bundled species catalog + autocomplete link 2026-07-07 21:21:59 +02:00
README.md feat(block1): inventory walking skeleton + first quick-add slice 2026-07-07 15:16:14 +02:00
slang.yaml feat(block1): variety detail + edit screen with reactive lots 2026-07-07 15:56:03 +02:00

tane

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.