A flutter application
✅ Showcase cloud photos in a gallery
✅ Caches photos for offline use
✅ Download photos
✅ Share photos
How to get accessKey
as referred in secrets.dart?
- Go to https://unsplash.com/developers
- Create an account and login
- Goto
Your apps
section and create an application - Inside your application find
Access Key
(image attached)
- Update secrets.dart accordingly
- For contributors: Disable pushing your own changes of secrets.dart file by running
git update-index --assume-unchanged lib/core/secret/*
# Code generation
chmod +x scripts/build_runner.sh
./scripts/build_runner.sh