Skip to content

Mobile application of the bachelor's thesis using Flutter.

Notifications You must be signed in to change notification settings

Powehix/mobile-app-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is an inventory scanner application developed as part of an undergraduate paper. The application allows scanning QR codes and making an inventory in the rooms chosen by users from the list, which is stored in the database.

Getting Started

Connection to the database is described in the file mysql1.dart. Please change the installed settings to work with your database, in particular, you must change the hostname, password, database ID and port.

Note: MySQL must be used as the DBMS.

Connected dependecies:

Connected dependencies are described in the file pubspec.yaml. Please make sure that the installed versions are up to date before you start.

The application allows you to read QR codes generated by the web application. A format containing only numerical values is considered correct, as its identifier in the database is used to identify the scanned object, a field that has a unique automatically and unencrypted value.

Please make sure that the information stored in the QR code is correct with the regular scanner in the mobile app. You can also generate a QR code using online generators such as this one.

About

Mobile application of the bachelor's thesis using Flutter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages