Install SDK
Last updated
Last updated
This guide provides a comprehensive walkthrough for integrating the MyChips SDK into your Flutter application, enabling the display of an engaging offerwall.
To add the package to your project folder using the terminal:
Now in your main.dart code, you can import it:
Before using the sdk or showing the offerwall you must initialize it:
Obtain your API key and User ID from
Replace "
YOUR_USER_ID"
with your actual user ID variable or value.
If you do not provide a specific user ID, one will be automatically generated.
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