Browse Source

docs(favorite-images): typos

pull/1958/head
miguel 1 year ago committed by MSilva95
parent
commit
3bbac27a8a
  1. 2
      subjects/mobile-dev/favorite-images/README.md
  2. 6
      subjects/mobile-dev/favorite-images/audit/README.md

2
subjects/mobile-dev/favorite-images/README.md

@ -20,7 +20,7 @@ When the user clicks on the button, they should see two options:
You should use the `image_picker` package to implement this functionality. Additionally, you should show a `"No images selected"` message if no images have been loaded.
> Note: Don't forget to add special keys to Info.plist file under iOS folder to access the camera and gallery, see the [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html).
> Note: Don't forget to add the special keys to the Info.plist file under the iOS folder to access the camera and gallery, see the [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html).
<center>
<img src="./resources/imageLibrary.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>

6
subjects/mobile-dev/favorite-images/audit/README.md

@ -14,11 +14,11 @@
###### Does the camera work both on `iOS` and `Android`?
###### Does the app load chosen image?
###### Does the app load the chosen image?
###### Does the image opens in `full-size` once taped?
###### Does the image open in `full-size` once taped?
###### Can you `zoom in and out` the image?
###### Can you `zoom in` and `zoom out` the image?
#### Bonus

Loading…
Cancel
Save