-
Notifications
You must be signed in to change notification settings - Fork 113
Setup & Configuration
Abdul Malik edited this page Mar 4, 2023
·
7 revisions
- Clone the repository from GitHub:
git clone https://github.com/CCExtractor/rutorrent-flutter
- Navigate to project's root directory:
cd rutorrent-flutter
- Check for Flutter setup and connected devices:
flutter doctor
-
For IOS
- Uncomment
platform :ios, '10.0'
from ios/Podfile if commented - cd into the new ios directory
cd ios
- From the ios directory
pod install --verbose
- Run the app:
flutter run
- Login to a seedbox
- Once you run the app you should be greeted with the Login Page
- You can use the credentials of your Seedbox (URL, username and password) if you have a Seedbox account
- Incase you do not have one, you'll have to run a Seedbox locally using a docker image.
- Refer this article for more info
A ruTorrent-based client build in Flutter