-
Notifications
You must be signed in to change notification settings - Fork 112
Setup & Configuration
Rajan Jaiswal edited this page Aug 6, 2021
·
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
A ruTorrent-based client build in Flutter