diary\screens\camera_screen library
Classes
- CameraScreen
- A screen that prompts the user to pick an image from the camera or gallery, and optionally saves it to the device gallery or app cache.
Functions
-
saveToAppCache(
File imageFile) → Future< File> -
Saves
imageFile
to the app's temporary directory. -
saveToGalleryManually(
File imageFile) → Future< File> -
Saves
imageFile
to the public gallery folder/Pictures/Itinereo
.