Skip to content

feat(camera): add Flutter camera app (Android), non-breaking integration#2

Open
DetConan01 wants to merge 1 commit into
GCVCG:mainfrom
DetConan01:add-camera-feature
Open

feat(camera): add Flutter camera app (Android), non-breaking integration#2
DetConan01 wants to merge 1 commit into
GCVCG:mainfrom
DetConan01:add-camera-feature

Conversation

@DetConan01

Copy link
Copy Markdown

What

  • Adds a Flutter camera demo under /camera_app.
  • Uses image_picker to open the device camera and display the photo.
  • Keeps existing prototype behavior unchanged. Camera FAB only on Android.
  • Adds Android permissions: CAMERA and INTERNET.
  • Ensures minSdkVersion 21.

How to run (Android)

  1. cd camera_app
  2. flutter pub get
  3. flutter run # or: flutter build apk --debug
    APK: camera_app/build/app/outputs/flutter-apk/app-debug.apk

Notes

  • Windows/Chrome can run UI but won't open camera (image_picker is mobile only).
  • No server upload yet; this is capture+preview only.
  • Safe, isolated change (new folder + minimal references).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant