IDM in your Commandline
A sample command-line application with an entrypoint to download large file in remarkable speed like IDM internet download manager does.
Screenshot
Features
- Download Large File in High Speed
- It can split requested file and send multiple GET request
- Save in a Custom Directory
Getting Started
- Clone this repository
- Open the project in your preferred IDE (e.g. Android Studio, Visual Studio Code)
- Install the necessary dependencies by running
dart pub get
- Run the app on an emulator or physical device by running
dart run
Dependencies
- http for network request and downloading files