Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T20:27:28.000Z (10 months ago)
- Last Synced: 2024-10-12T18:07:33.451Z (about 1 month ago)
- Topics: flutter, flutter-app, flutter-apps, flutter-macos, image, image-browser, image-viewer, images
- Language: C
- Homepage:
- Size: 5.31 MB
- Stars: 5
- 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.
![foto](img/screenshot.jpg)
## 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