Camera Button
Camera Button is a custom button widget that shows a live camera preview and It will act like a miror. This project is created just for fun to show “#Flutter can do this too”.
Inspired by this tweet of web implementation
Online Demo
You can see the online demo of Camera Button at https://payamzahedi.com/camera_button/.
Run
To run this project on your local machine, you need to have Flutter installed. Then, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/your-username/camera-button.
- Open the project in your preferred IDE or text editor.
- Run the project using the Flutter CLI:
flutter run