cafebazaar

Creator: coderz1093

Last updated:

0 purchases

cafebazaar Image
cafebazaar Images

Languages

Categories

Add to Cart

Description:

cafebazaar

cafebazaar #
flutter plugin for cafebazaar android market (only works on android obviously)
Getting Started #
Checking for update (if newer version is available) #
bool isUpdateAvailable = await Cafebazaar.isUpdateAvailable();
if(isUpdateAvailable) {
Cafebazaar.goToAppPageOnBazaar();
//or just show a dialog ask if user wants to update then call Cafebazaar.goToAppPageOnBazaar();
}
copied to clipboard
Comment #
//launches comment bazaar dialog
Cafebazaar.commentOnBazaar();
copied to clipboard
Go to Application page on Bazaar #
//launches application page on bazaar app if bazaar is installed
Cafebazaar.goToAppPageOnBazaar();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.