mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-22 19:08:54 +02:00
545 B
545 B
🛠️ Building from source
Learn how to build ReVanced Manager from source.
-
Setup the Flutter environment for your platform
-
Clone the repository
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager
-
Get dependencies
flutter pub get
-
Generate temporary files
dart run slang dart run build_runner build --delete-conflicting-outputs
-
Build the APK
flutter build apk