Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Fernandohf/Estoq

Repository files navigation

Estoq

GitHub issues GitHub license GitHub beta version

A simple app to control itens in inventory by scanning their barcode. Always make sure that your physical and digital inventory are in agreement. This project is powered by Flutter.

Features

  • Scanner with camera
  • Manual input
  • Support USB scanner
  • Export to .txt
  • Share .txt file
  • Languages: pt-br

Download

The apk can be downloaded in the release tab.

Even though the app is written in flutter, the binaries are only tested and provided for Android. Feel free to compile it from the source and build the iOS app.

Screenshots

Home Itens view Barcode scanner Manual input
Home screen Session screen Scanner Manual input

Build Instructions

  • Install flutter and all is dependencies following the online documentation
  • Run flutter pub get to download all the packages on pubspec.yaml
  • Run flutter build apk to build the apk