Coding test results for Chris Grey ([email protected])
This project includes two components:
Standard flutter app with 3 screens per the design spec:
- Main screen.
- QR View
- QR Scanning
Scanning is functional if run on actual hardware.
There are some basic unit tests and UI tests included. They are certainly not comprehensive but are included to be illustrative.
flutter test test/widget_test.dart
flutter test test/qrdata_test.dart
This is a simple API server written in Aqueduct (https://aqueduct.io/) to make an end-to-end Dart-based solution. Running it just requires a standard Dart installation then start it with:
aqueduct serve
This will run a simple server on port :5555.