dialog_pp_flutter 0.0.9 dialog_pp_flutter: ^0.0.9 copied to clipboard
Perosnal Use
Pragnesh Palsana #
Add in void main #
await PPDialog.newVersionCode();
Get Version Code Details #
print(AppDetailsPP.to.appName.value);
print(AppDetailsPP.to.packageName.value);
print(AppDetailsPP.to.versionApp.value);
print(AppDetailsPP.to.buildNumber.value);
Update Dialog #
Custom Update Dialog #
PPDialog.updateDialog(context,isPopupRequired: true
,
isPopup: true
,
apiVersionCode: 3
,
appLogoApi:"
https://play-lh.googleusercontent.com/c2DcVsBUhJb3UlAGABHwafpuhstHwORpVwWZ0RvWY7NPrgdtT2o4JRhcyO49ehhUNRca=w240-h480-rw
"
,
appNameApi: "
Instagram
"
,
subtitleAppApi:"
Share videos, photos, and fun moments with the friends you love
"
,
appWebsiteUrl:"
https://play.google.com/store/apps/details?id=com.instagram.android
"
,
);
Auto Update Dialog #
PPDialog.autoUpdate();
Drawer #
drawer Api Call #
await advertisementDrawerApi
(
"
enter more live url drawer api
"
);
drawer ui #
drawer: PPDialog.drawerScreen(appLogo: "
"
,
privacyPolicy:"
"
,
feedbackEmailId: "
"
,
emailSubject: "
"
,
emailMessage:"
"
)
,