Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/payam-zahedi/camera_button
- Owner: payam-zahedi
- Created: 2023-05-01T09:00:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T07:23:24.000Z (over 1 year ago)
- Last Synced: 2024-12-24T07:16:58.962Z (about 1 month ago)
- Topics: dart, flutter, flutter-demo, flutter-examples, flutter-ui
- Language: Dart
- Homepage: http://payamzahedi.com/camera_button/
- Size: 5.74 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```