Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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