cafebazaar_market 0.1.1 copy "cafebazaar_market: ^0.1.1" to clipboard
cafebazaar_market: ^0.1.1 copied to clipboard

outdated

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

cafebazaar_market #

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

Getting Started #

Go to Application page on Bazaar #

//launches application page on bazaar app if bazaar is installed
CafebazaarMarket.showProgramPage();

Comment #

//launches comment bazaar dialog
CafebazaarMarket.setComment();

Developer page #

//launches developer page on bazaar
CafebazaarMarket.showDeveloperPage("your_id");

Cafe Bazaar login page #

//launches login page bazaar
CafebazaarMarket.showCafebazzarLogin();

Checking for update (if newer version is available) #

bool isUpdateAvailable = await CafebazaarMarket.isUpdateAvailable();
 if(isUpdateAvailable) {
    CafebazaarMarket.goToAppPageOnBazaar();
    //or just show a dialog ask if user wants to update then call CafebazaarMarket.showProgramPage();
 }
19
likes
0
pub points
25%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on cafebazaar_market