Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/payam-zahedi/camera_button

Camera Button is a custom button widget that shows a live camera preview. It's acting like a miror.
https://github.com/payam-zahedi/camera_button

dart flutter flutter-demo flutter-examples flutter-ui

Last synced: 25 days ago
JSON representation

Camera Button is a custom button widget that shows a live camera preview. It's acting like a miror.

Awesome Lists containing this project

README

        

# 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](https://twitter.com/alexwidua/status/1630998774247030786)

https://user-images.githubusercontent.com/47558577/235603316-fbb916a5-bdd5-4472-843d-b840dbd13a8f.mp4

### 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:

1. Clone this repository to your local machine:

```bash
git clone https://github.com/your-username/camera-button.
```

2. Open the project in your preferred IDE or text editor.

3. Run the project using the Flutter CLI:

``` bash
flutter run
```