Browse Source

docs(favorite-images): typo

pull/1958/head
miguel 1 year ago committed by MSilva95
parent
commit
ff62050b3f
  1. 2
      subjects/mobile-dev/favorite-images/README.md
  2. 2
      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. 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 [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html). > 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).
<center> <center>
<img src="./resources/imageLibrary.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/> <img src="./resources/imageLibrary.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>

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

@ -12,7 +12,7 @@
###### Do you have an option to `choose an image` from gallery and `take a picture`? ###### Do you have an option to `choose an image` from gallery and `take a picture`?
###### Does the camera work both in `iOS` and `Android`? ###### Does the camera work both on `iOS` and `Android`?
###### Does the app load chosen image? ###### Does the app load chosen image?

Loading…
Cancel
Save