0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.