Flutter integration
1. Add this to your pubspec.yaml file
Add the below line inside the dependencies block in your pubspec.yaml file
2. Rebuild the project
3. Launch the offerwall
Add the below code into the widget where you want to launch the offerwall from
To launch the offerwall, simply call the launchOfferwall() method with the pubscale app id and your app's user id as the parameters.
Last updated
Was this helpful?