/Lunar-Camera

A POC for implementing Camera on Android with Flutter.

Primary LanguageDart

Lunar Camera - POC of Camera Functionality using Flutter

This repository contains a simple example of how to implement a Camera feature in a Flutter application.

Characteristics:

  • Uses the camera plugin that provides tools to work with the device's cameras.
  • Uses the path_provider plugin to find the correct paths to store images.
  • Use the path plugin to create paths that work on any platform.

How to use:

  1. Clone the repository.
  2. Run flutter pub get to install the dependencies.
  3. Run flutter run to launch the application.

Contributions: Feel free to contribute improvements, bug fixes or new features. Open a Pull Request and we'll review it!