raven
News Aggregator
File Explorer
Download Latest Version (.zip)- build.yml
- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- launch_background.xml
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher.xml
- ic_launcher_round.xml
- icon.xml
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_round.png
- icon.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_round.png
- icon.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_round.png
- icon.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_round.png
- icon.png
- ic_launcher.png
- ic_launcher_background.png
- ic_launcher_foreground.png
- ic_launcher_monochrome.png
- ic_launcher_round.png
- icon.png
- ic_launcher_background.xml
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- 1.txt
- 20.txt
- 21.txt
- 210.txt
- 211.txt
- 212.txt
- 213.txt
- 214.txt
- 215.txt
- 216.txt
- 22.txt
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- fallback.dart
- filter.dart
- filter.g.dart
- README.md
- search_suggestion.dart
- stored_repo.dart
- stored_repo.g.dart
- subscription_provider.dart
- translation_service.dart
- trend.dart
- user_subscription.dart
- user_subscription.g.dart
- watch_item_history.dart
- watch_item_history.g.dart
- article.dart
- category_article.dart
- category_search.dart
- fallback_provider.dart
- navigation.dart
- permissions.dart
- README.md
- repo.dart
- search_article.dart
- theme.dart
- morss.dart
- morss.g.dart
- rss.dart
- rss.g.dart
- appearance.dart
- bookmarks.dart
- content.dart
- internal.dart
- saved.dart
- subscriptions.dart
- duckduckgo.dart
- none.dart
- google.dart
- none.dart
- yahoo.dart
- country.dart
- ladders.dart
- publishers.dart
- README.md
- search_suggestions.dart
- trends.dart
- about.dart
- appearance.dart
- content.dart
- data.dart
- settings.dart
- article_feed.dart
- bookmarks.dart
- category_selector.dart
- customize_filters.dart
- feed.dart
- full_article.dart
- home.dart
- logs.dart
- README.md
- saved.dart
- subscriptions.dart
- subscriptions_provider.dart
- watch.dart
- watch_sources.dart
- favicon_extractor.dart
- http_client.dart
- mlkit_translation.dart
- README.md
- html_helper.dart
- network.dart
- string.dart
- time.dart
- article_card.dart
- blank_page_message.dart
- custom_category_textbox.dart
- html_widget.dart
- new_filter_popup.dart
- options_popup.dart
- README.md
- rounded_chip.dart
- search_delegate.dart
- tags.dart
- translatable_text.dart
- main.dart
- flutter
- google_test.dart
- yahoo_test.dart
- common.dart
- .gitignore
- .gitmodules
- analysis_options.yaml
- build.yaml
- changelog.md
- contributing.md
- dart_test.yaml
- flutter_launcher_icons.yaml
- LICENSE
- pubspec.lock
- pubspec.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ksh-b/raven
Downloads the entire project code from GitHub to your computer.
cd raven
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
