tapjoy_offerwall 14.4.0 copy "tapjoy_offerwall: ^14.4.0" to clipboard
tapjoy_offerwall: ^14.4.0 copied to clipboard

Flutter Plugin for Tapjoy SDK

Tapjoy Flutter SDK #

Flutter plugin for Tapjoy Offerwall SDK which supports Android & iOS platforms.

You can find the end user integration document here.

Module Development #

Setup Environment #

  • Please check first this Flutter setup document.

  • Install IntelliJ IDE.

  • From the macOS menu bar, go to IntelliJ > Settings.

  • After The Preferences dialog opens, at the left, select Plugins.

  • From the top of this panel, select Marketplace.

  • Type flutter in the plugins search field.

  • Select the Flutter plugin & Click Install.

  • Click Restart when prompted.

Dart shared code #

./lib/src/*.dart is the shared code.

iOS #

The native iOS code responsible for bridging with Tapjoy SDK is located in: ./ios/Classes/*.swift

Android #

The native Android code responsible for bridging with Tapjoy SDK is located in: ./android/src/main/kotlin/com/tapjoy/flutter/tapjoy/tapjoy_offerwall/*.kt

Integration Document #

Tapjoy Flutter SDK Integration Document.

Resources #

Flutter Environment setup #

https://docs.flutter.dev/get-started/install