- All 5 batch steps: Picking, Sorting, Clarification, Slots, Handoff - go_router navigation with step indicator - graphql_flutter client wired up (endpoint via env var) - Mock data layer swappable with real GraphQL service - Item types: normal, cold, frozen, alcohol, clarify - Storage slot assignment (cell/freezer/fridge)
29 lines
334 B
Plaintext
29 lines
334 B
Plaintext
# Flutter/Dart
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
*.iml
|
|
|
|
# Android
|
|
android/.gradle
|
|
android/local.properties
|
|
android/key.properties
|
|
android/app/google-services.json
|
|
|
|
# Web
|
|
web/
|
|
!web/index.html
|
|
!web/manifest.json
|
|
!web/favicon.png
|
|
!web/icons/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|