mandreshope 9435907c28 feat: Adds session management and reception detail view
Updates the sign-in API endpoint to `/simpos/v1/sign_in`.
Captures the `set-cookie` header from successful sign-in responses and stores it as a `sessionId`.
Persists the session ID using secure storage and includes it in subsequent API requests via the `Cookie` header for improved session management.
Extends the `AuthModel` to include the new `sessionId` field.

Enables navigation from the reception list to a new reception details page, passing the selected reception's ID.
Refactors the `StockPickingCard` into a dedicated component and adds loading indicators to the reception list.
2025-07-29 13:45:24 +03:00
2025-06-19 16:41:41 +03:00
2025-06-19 16:41:41 +03:00
2025-06-19 16:41:41 +03:00
2025-06-19 16:41:41 +03:00
2025-06-19 16:41:41 +03:00

barcode_scanner

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.

flutter_launcher_icons

Icon launcher generator

flutter pub run flutter_launcher_icons:main

Development tool

This projects uses code generator

dart run build_runner build
dart run build_runner build --delete-conflicting-outputs
  • Run this command to detect packages unused
dart pub global activate dependency_validator && dart pub run dependency_validator
Description
No description provided
Readme 1.6 MiB
Languages
Dart 64.4%
HTML 24.2%
C++ 4.5%
CMake 3.6%
Shell 2.1%
Other 1.2%