Install SDK
1. Introduction
This guide provides a comprehensive walkthrough for integrating the MyChips SDK into your Flutter application, enabling the display of an engaging offerwall.
2. SDK Integration
To add the package to your project:
Now in your Dart code, you can import it:
3. Initializating the SDK
Before using the sdk or showing the offerwall you must initialize it:
Obtain your API key and User ID from Universal Developer Portal
3.1 (Optional) Set userId if you have your own unique id
4. Display the Offerwall
To show the offerwall we provide you with a widget called OfferwallPage. You should show it as a page using your preferred navigation package/method.
Example using the default flutter navigator:
Your Ad unit ID can be found at here
Last updated