A flutter project.
flutter_photo is an application built to prove the concept of image quality in flutter apps. It enables a user to either upload photos from phone gallery or use camera to capture photos, it then improves the photo quality by using flutter packages to enhance photo quality.
A few resources/packages used in the application:
-
The image package Allows display of images on the application
-
image picker package helps the user pick images from gallery and camera and store in application, also help set the image quality.
-
themed package Help with setting the saturation intensity, hue and brightness of photos.