https://github.com/defuncart/photos_sync
A Flutter app to sync photos to/from a remote server.
https://github.com/defuncart/photos_sync
Last synced: 4 months ago
JSON representation
A Flutter app to sync photos to/from a remote server.
- Host: GitHub
- URL: https://github.com/defuncart/photos_sync
- Owner: defuncart
- Created: 2020-01-26T15:26:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T14:25:09.000Z (over 3 years ago)
- Last Synced: 2024-12-24T13:30:12.481Z (6 months ago)
- Language: Dart
- Homepage:
- Size: 308 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# photos_sync
A Flutter app to sync photos to/from a remote server.
## About
This app has two modes: uploader and downloader, and runs on Android, iOS and macOS.
The *uploader* can choose photos from their device to sync
![]()
![]()
while the *downloader* syncs these photos to `~/Downloads/PhotoSync`.
![]()
![]()
Note: by default, mobile is considered the uploader, while desktop is the downloader.
## Getting Started
If you would like to build the app yourself, then you simply need:
- Flutter >= 2.10
- Dart >= 2.16
- Xcode >= 13.0
- Android SDK >= 31.0.0
- macOS >= 10.15Also you need to create a Firebase project and [add it](https://firebase.google.com/docs/flutter/setup) to this Flutter project.
## Contributing
The project isn't actively looking for contributors, however feel free to contact James here on GitHub or [Twitter](https://twitter.com/defuncart).
## Credits
Concept, Design and Programming by James Leahy.