0 purchases
dialog pp flutter
Add in void main #
await PPDialog.newVersionCode();
copied to clipboard
Get Version Code Details #
print(AppDetailsPP.to.appName.value);
print(AppDetailsPP.to.packageName.value);
print(AppDetailsPP.to.versionApp.value);
print(AppDetailsPP.to.buildNumber.value);
copied to clipboard
Update Dialog #
Custom Update Dialog #
PPDialog.updateDialog(context,
isUpdateRequired: true,
adSettingAppVersionCode: 4,
isPopup: true,
apiVersionCode: 8,
appLogoApi: "",
appNameApi: "",
subtitleAppApi: "",
appWebsiteUrl: ""
);
copied to clipboard
Auto Update Dialog #
PPDialog.autoUpdate();
copied to clipboard
Drawer #
drawer Api Call #
await advertisementDrawerApi("enter more live url drawer api");
copied to clipboard
drawer ui #
PPDialog.drawerScreen(appLogo: "",
privacyPolicy:"",
feedbackEmailId: "",
emailSubject: "",
emailMessage:""
)
copied to clipboard
Rate #
Auto Rate Dialog #
PPDialog.autoRate();
copied to clipboard
Rate Dialog Custom #
PPDialog.rateDialogCustom(context,logoApp: "");
copied to clipboard
Reward Dialog #
PPDialog.rewardDialog(
rewardMessage: "Watch Reward ads for get IPTV list free",
onTap: () {},
);
);
copied to clipboard
Exit Dialog #
PPDialog.exitDialog(
mediumNative: Container(
alignment: Alignment.center,
height: 170.h,
color: Colors.green[200],
child: Text("Medium Size Native Ad"),
),
appLogo: ''
);
copied to clipboard
Terms & Condition Dialog #
PPDialog.termsConditions(context,
privacyPolicyUrl: "",
termsConditionUrl: "",
isPrivacyPolicy:
);
copied to clipboard
One Signal Notification #
PPDialog.oneSignalNotification(oneSignalId: "");
copied to clipboard
In App Purchase #
PPDialog.inAppPurchase(
onError:,
onComplete: ,
productId: "");
copied to clipboard
Internet Connection Dialog #
PPDialog.internetDialogCheck(callback: );
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.