AppLovin-MAX-Flutter
No description available.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- crash_anr_report.yaml
- feature_request.yml
- AppLovinMAX.java
- AppLovinMAXAdView.java
- AppLovinMAXAdViewFactory.java
- AppLovinMAXAdViewWidget.java
- AppLovinMAXNativeAdView.java
- AppLovinMAXNativeAdViewFactory.java
- AndroidManifest.xml
- .gitignore
- build.gradle
- settings.gradle
- AndroidManifest.xml
- MainActivity.java
- launch_background.xml
- launch_background.xml
- ic_launcher_round.png
- ic_launcher_round.png
- ic_launcher_round.png
- ic_launcher_round.png
- ic_launcher_round.png
- styles.xml
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- applovin_logo.png
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- 1024.png
- 120-1.png
- 120.png
- 152.png
- 167.png
- 180.png
- 20.png
- 29.png
- 40-1.png
- 40-2.png
- 40.png
- 58-1.png
- 58.png
- 60.png
- 76.png
- 80-1.png
- 80.png
- 87.png
- Contents.json
- Contents.json
- square_logo_nontransparent.png
- square_logo_nontransparent@2x.png
- square_logo_nontransparent@3x.png
- Contents.json
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- .gitignore
- Podfile
- Podfile.lock
- interstitial_ad.dart
- main.dart
- native_ad.dart
- programmatic_banner.dart
- programmatic_mrec.dart
- rewarded_ad.dart
- scrolled_adview.dart
- utils.dart
- widget_banner.dart
- widget_mrec.dart
- .gitignore
- analysis_options.yaml
- pubspec.yaml
- README.md
- .gitkeep
- AppLovinMAX.h
- AppLovinMAX.m
- AppLovinMAXAdView.h
- AppLovinMAXAdView.m
- AppLovinMAXAdViewFactory.h
- AppLovinMAXAdViewFactory.m
- AppLovinMAXAdViewWidget.h
- AppLovinMAXAdViewWidget.m
- AppLovinMAXNativeAdView.h
- AppLovinMAXNativeAdView.m
- AppLovinMAXNativeAdViewFactory.h
- AppLovinMAXNativeAdViewFactory.m
- .gitignore
- applovin_max.podspec
- ad_classes.dart
- ad_listeners.dart
- enums.dart
- max_ad_view.dart
- max_native_ad_view.dart
- applovin_max.dart
- .gitignore
- .metadata
- analysis_options.yaml
- CHANGELOG.md
- LICENSE
- pubspec.yaml
- README.md
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/AppLovin/AppLovin-MAX-Flutter
Downloads the entire project code from GitHub to your computer.
cd AppLovin-MAX-Flutter
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.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd applovin_max/android
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)
