You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
636 B

#### Functional
> In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app)
###### Was the app committed within the required time period?
###### Does the app run without crashes?
###### Only standard Flutter packages and url_launcher (for bonus) are allowed, is that the case in the app?
###### Does the app display image, full name, age, email address, phone number?
#### Bonus:
###### +Does the app use local assets to store an image?
###### +Does the app generate qr-code that displays information shown as text?