Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/prateekmedia/fludm
- Owner: prateekmedia
- Created: 2021-08-20T12:55:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T16:54:27.000Z (over 3 years ago)
- Last Synced: 2024-12-03T13:13:06.229Z (about 1 month ago)
- Topics: cross-platform, download-manager, fast, flu, fludm, flutter, hacktoberfest, linux, modern, prateekmedia
- Language: Dart
- Homepage: https://prateekmedia.github.io/fludm
- Size: 14.5 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Logo is not finalized
FluDM
A fast and modern download manager made using flutter, Under Development.
![Screenshot of fludm](https://user-images.githubusercontent.com/41370460/130316214-c83d0535-5d24-4f89-872a-0eb2909b5d71.png)
---
### 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
```