From cd332eec28ae21119a91bf1c4e1b96ab649130fd Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 20 Dec 2022 16:06:42 +0100 Subject: [PATCH] docs(favorite-images): improve audit format --- subjects/mobile-dev/favorite-images/audit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/mobile-dev/favorite-images/audit/README.md b/subjects/mobile-dev/favorite-images/audit/README.md index 9ab39f485..d3898c7a2 100644 --- a/subjects/mobile-dev/favorite-images/audit/README.md +++ b/subjects/mobile-dev/favorite-images/audit/README.md @@ -1,10 +1,10 @@ #### 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). +> 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) -###### Does the app show "No images selected" message when no images are loaded +###### Does the app show "No images selected" message when no images are loaded? -###### Does the app have a select image button in the appbar +###### Does the app have a select image button in the appbar? ###### Tap on the select image button. Do you have an option to choose an image from gallery and take a picture?