Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 860 Bytes

Photo Journal

This repository contains the code the for Photo Journal flutter app, where you can save your photos with the date, time and a caption.

Getting Started

Prerequisites

Before you get started, make sure you have the flutter SDK on your machine, and you need a firebase account. If you don't have one, you can create it here

Installation

To set up the app, you need to create a new project in firebase and enable authentication using email and password, and the firebase realtime database. Make sure you download the google-services.json file, and put it in the android/app directory.

Running the App

Use the command below to generate the APK file for the app, install it on your android device, and you are ready to use the Photo Journal.

flutter build apk