xsoulspace_review_huawei 0.4.0-beta.2 copy "xsoulspace_review_huawei: ^0.4.0-beta.2" to clipboard
xsoulspace_review_huawei: ^0.4.0-beta.2 copied to clipboard

Huawei AppGallery review implementation for xsoulspace_review

xsoulspace_review_huawei #

Huawei AppGallery review implementation for xsoulspace_review.

Status #

⚠️ Work in Progress: This package currently contains a placeholder implementation pending Huawei AppGallery review API integration.

Usage #

import 'package:xsoulspace_review_huawei/xsoulspace_review_huawei.dart';
import 'package:xsoulspace_review/xsoulspace_review.dart';

// Create the reviewer
final reviewer = HuaweiStoreReviewer();

// Use with ReviewFoundation
final foundation = ReviewFoundation(
  storeReviewer: reviewer,
  requester: StoreReviewRequester(localDb: yourLocalDb),
);

await foundation.init();

Platform Support #

  • 🚧 Android (Huawei AppGallery) - Implementation pending

Contributing #

Contributions to add Huawei AppGallery review functionality are welcome!

  • xsoulspace_review_interface - Base abstractions
  • xsoulspace_review - Core orchestration
0
likes
150
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Huawei AppGallery review implementation for xsoulspace_review

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, xsoulspace_review_interface

More

Packages that depend on xsoulspace_review_huawei