🎁 InPrize is a free Instagram giveaway randomizer.
It is very easy to use! Log into your Facebook account, select a post from the feed, and click "Choose a Winner". You will be shown a randomly selected comment. The commenter's profile on Instagram can be opened by clicking the "Open Profile" button.
❕ To use this app, you must link your Instagram business account to your Facebook account.
- Create file
res/values/strings.xml
:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="google_app_id">YOUR_GOOGLE_APP_ID</string>
<string name="facebook_app_id">YOUR_FACEBOOK_APP_ID</string>
<string name="facebook_client_token">YOUR_FACEBOOK_CLIENT_TOKEN</string>
</resources>
- Create file
lib/appodeal_key.dart
:
const appKey = 'YOUR_APPODEAL_APP_KEY';
- Run
flutter pub get
- Run
flutter build apk --release
Run InPrize in debug mode:
flutter run -d DEVICE_ID --debug