Skip to content

Setup & Configuration

Abdul Malik edited this page Mar 4, 2023 · 7 revisions

Getting Started

  1. Clone the repository from GitHub:
git clone https://github.com/CCExtractor/rutorrent-flutter
  1. Navigate to project's root directory:
cd rutorrent-flutter
  1. Check for Flutter setup and connected devices:
flutter doctor
  1. Set up the .env file

  2. 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
  1. Run the app:
flutter run
  1. 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