Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prateekmedia/fludm

(WIP) A fast and modern download manager made using flutter.
https://github.com/prateekmedia/fludm

cross-platform download-manager fast flu fludm flutter hacktoberfest linux modern prateekmedia

Last synced: 20 days ago
JSON representation

(WIP) A fast and modern download manager made using flutter.

Awesome Lists containing this project

README

        


*Logo is not finalized


FluDM


A fast and modern download manager made using flutter, Under Development.


GitHub release License Build from source

![Screenshot of fludm](https://user-images.githubusercontent.com/41370460/130316214-c83d0535-5d24-4f89-872a-0eb2909b5d71.png)

### Direct app download

---

### Build from source

- Download latest Flutter SDK (>=2.2.3)
- Clone this repo and then for building

```bash
# Download dependencies
flutter pub get; flutter create .

# For Direct Testing
flutter build
```