dialog_pp_flutter 0.0.3 copy "dialog_pp_flutter: ^0.0.3" to clipboard
dialog_pp_flutter: ^0.0.3 copied to clipboard

Perosnal Use

Pragnesh Palsana #

Add in void main #

await newDialogPP.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