Skip to content

aap01/cloud_photo_gallery

Repository files navigation

License

Cloud Photo Gallery

A flutter application

Features

✅ Showcase cloud photos in a gallery
✅ Caches photos for offline use
✅ Download photos
✅ Share photos

Run It

Prerequisites

How to get accessKey as referred in secrets.dart?

  1. Go to https://unsplash.com/developers
  2. Create an account and login
  3. Goto Your apps section and create an application
  4. Inside your application find Access Key (image attached)

alt text

  1. Update secrets.dart accordingly
  2. For contributors: Disable pushing your own changes of secrets.dart file by running git update-index --assume-unchanged lib/core/secret/*

Commands

# Code generation

chmod +x scripts/build_runner.sh
./scripts/build_runner.sh

License

Released under MIT by @aap01.