
Refactors the product data model to primarily store `id`, `barcode`, and `displayName`. This simplifies the product structure, focusing on essential attributes for inventory and scanning operations. Optimizes API calls for stock picking to fetch more relevant product details. Unnecessary fields are removed, and specific product attributes like `barcode` and `quantity` are now explicitly requested for stock moves. Moves `StockPickingRecordModel` to its own dedicated file for improved code organization and maintainability. Updates all affected UI components and scanner logic to align with the revised product model.
e_scan
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
Languages
Dart
64.4%
HTML
24.2%
C++
4.5%
CMake
3.6%
Shell
2.1%
Other
1.2%