https://github.com/flutterwiz/camera_plugin_app_flutter
Simplified Version of Official Flutter Camera Package Example
https://github.com/flutterwiz/camera_plugin_app_flutter
camera flutter flutter-camera
Last synced: about 1 year ago
JSON representation
Simplified Version of Official Flutter Camera Package Example
- Host: GitHub
- URL: https://github.com/flutterwiz/camera_plugin_app_flutter
- Owner: FlutterWiz
- Created: 2022-11-30T11:22:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T21:31:03.000Z (over 3 years ago)
- Last Synced: 2025-02-18T03:34:57.826Z (over 1 year ago)
- Topics: camera, flutter, flutter-camera
- Language: C++
- Homepage:
- Size: 284 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camera_plugin_app
* For now, this repository has only camera feature without video recording etc. The codes are coming from the official camera plugin itself, and it is simplified version of it. Feel free to use it.
## Important Note
* If you want to use camera plugin, you need to test on the real devices. For the Android emulator, the front camera work as well, but back camera does not work as expected. If you try to use on your "real" device, then there will be no any issues. So, use this plugin in your code base, but test it on the real device!