cafebazaar 0.9.3 copy "cafebazaar: ^0.9.3" to clipboard
cafebazaar: ^0.9.3 copied to clipboard

flutter plugin for cafebazaar android market (only works on android obviously)

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();
 }

Comment #

//launches comment bazaar dialog
Cafebazaar.commentOnBazaar();

Go to Application page on Bazaar #

//launches application page on bazaar app if bazaar is installed
Cafebazaar.goToAppPageOnBazaar();
4
likes
30
pub points
7%
popularity

Publisher

unverified uploader

flutter plugin for cafebazaar android market (only works on android obviously)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cafebazaar