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

https://github.com/windwp/macos_flutter_image_viewer


https://github.com/windwp/macos_flutter_image_viewer

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# image_viewer

## Install
Dart_vlc youtube-dl
```bash
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
sudo apt-get install vlc
sudo apt-get install libvlc-dev
```