https://github.com/powehix/mobile-app-dart
Mobile application of the bachelor's thesis using Flutter.
https://github.com/powehix/mobile-app-dart
bachelor-thesis flutter mobile-application
Last synced: 3 months ago
JSON representation
Mobile application of the bachelor's thesis using Flutter.
- Host: GitHub
- URL: https://github.com/powehix/mobile-app-dart
- Owner: Powehix
- Created: 2022-04-10T11:11:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T17:07:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T16:11:19.803Z (4 months ago)
- Topics: bachelor-thesis, flutter, mobile-application
- Language: Dart
- Homepage:
- Size: 2.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- [flutter_barcode_scanner](https://pub.dev/packages/flutter_barcode_scanner)
- [mysql1](https://pub.dev/packages/mysql1)
- [vibration](https://pub.dev/packages/vibration)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](https://github.com/Powehix/web-app-java). 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](https://www.qr-code-generator.com/).