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

PlatformAndroid
outdated

This is a library that wraps the Galaxy Store Review Broadcast provided by the Samsung Galaxy Store for easy use in Flutter.

galaxy_store_in_app_review #

pub package

This is a library that wraps the Galaxy Store Review Broadcast provided by the Samsung Galaxy Store for easy use in Flutter. Much inspired by britannio/in_app_review.

Galaxy Store In App Review

Usage #

requestReview() #

import 'package:galaxy_store_in_app_review/galaxy_store_in_app_review.dart';

if (await GalaxyStoreInAppReview.isAvailable()) {
    GalaxyStoreInAppReview.requestReview();
}

openStoreListing() #

import 'package:galaxy_store_in_app_review/galaxy_store_in_app_review.dart';

GalaxyStoreInAppReview.openStoreListing();

Disclaimer #

This is an early project. Please let me know if there is a problem.

2
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

This is a library that wraps the Galaxy Store Review Broadcast provided by the Samsung Galaxy Store for easy use in Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on galaxy_store_in_app_review