https://github.com/nbonamy/foto
Image Browser and Viewer written in Flutter
https://github.com/nbonamy/foto
flutter flutter-app flutter-apps flutter-macos image image-browser image-viewer images
Last synced: 3 months ago
JSON representation
Image Browser and Viewer written in Flutter
- Host: GitHub
- URL: https://github.com/nbonamy/foto
- Owner: nbonamy
- Created: 2022-05-22T23:03:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T20:27:28.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:47:21.177Z (3 months ago)
- Topics: flutter, flutter-app, flutter-apps, flutter-macos, image, image-browser, image-viewer, images
- Language: C
- Homepage:
- Size: 5.31 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# foto
Image browser and viewer written in Flutter.
Currently only developed and tested for MacOS.

## Instructions
```
flutter pub get
flutter run -d macos
```To build in Release mode and install in your Applications folder:
```
make deploy
```## TODO
- [x] Favorites ordering
- [ ] ~~Get folder icons from NSWorkspace~~ (too slow)
- [x] Photo viewer with zoom
- [ ] Exif cache database
- [ ] Black background
- [x] Selection info palette
- File operations:
- [x] delete
- [x] clipboard
- [x] rename
- [x] move
- Folder operations
- [x] delete
- [x] clipboard
- [ ] rename
- [x] move
- Image manipulations
- [x] rotations
- [ ] resize
- [ ] convert
- [ ] Set as wallpaper