StockIQThis is a Flutter-based mobile inventory management application designed to digitize stock counting processes in warehouse and store environments. The project is built on an offline-first architecture, targeting iOS and Android platforms from a single codebase; warehouse workers can perform barcode and QR code scans without an internet connection, the data is stored locally on the device, and automatically synchronized to the central server in the background when a connection is established.
Technically, StockIQ integrates with a server via a RESTful JSON API; mobile_scanner ve sunmi_scanner It supports both cameras and industrial handheld terminal hardware such as Sunmi through its libraries. The in-application workflow consists of device pairing, task listing, location-based counting, and batch data synchronization steps. In the UI design, the needs specific to warehouse conditions—large, glove-compatible touch areas, a high-contrast minimalist interface, and instant visual feedback—were considered, shaping the user experience in accordance with enterprise field standards.

