The PhotoEditor project is a Flutter-based application designed for practicing photo editing. This app enables users to select images from their device's gallery or capture new ones using the camera. It offers a variety of editing tools including filters, adjustments (brightness, contrast, saturation), cropping, rotating, and adding text and stickers. Users can preview their edits before saving or sharing the images.
- Image selection: Choose photos from the device gallery or take new ones using the camera.
- Editing tools: Apply filters, adjust brightness, contrast, and saturation, crop, rotate, and add text and stickers to images.
- Preview and save: Preview edited images and save or share them with others.
- Integration with Flutter photo editing libraries: Utilizes libraries such as
image_editor_pro
,flutter_image_compress
, andimage_picker
for efficient photo editing functionalities.
To get started with the PhotoEditor app:
- Clone this repository.
- Navigate to the project directory.
- Follow the installation instructions in the README file to set up the project.
- Run the app on your preferred Flutter-compatible device or emulator.
Contributions to the PhotoEditor project are welcome! If you have any ideas, bug fixes, or enhancements, feel free to open an issue or submit a pull request.