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.

30 lines
1.0 KiB

#### Functional
> In order to run and hot reload the app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app)
##### Create a new empty personal gallery.
###### Does the app show "No images selected" message when no images are loaded?
###### 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`?
###### Does the camera work both in `iOS` and `Android`?
###### Does the app load chosen image?
###### Does the image opens in `full-size` once taped?
###### Can you `zoom in and out` the image?
#### Bonus
###### Does the app provide image editing features such as cropping, rotating, or adding filters to images?
###### Does the app implement cloud storage to store images on a remote server?
###### Does the app have sharing options to share images on social media platforms or through email or messaging?