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

Web review implementation for xsoulspace_review

xsoulspace_review_web #

Web review implementation for xsoulspace_review.

Status #

⚠️ Work in Progress: This package currently contains a placeholder implementation pending web review functionality design.

Usage #

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

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

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

await foundation.init();

Platform Support #

  • 🚧 Web - Implementation pending

Future Plans #

Possible implementations could include:

  • Custom review form
  • Integration with third-party review platforms
  • Custom feedback collection

Contributing #

Contributions to add web review functionality are welcome!

  • xsoulspace_review_interface - Base abstractions
  • xsoulspace_review - Core orchestration
0
likes
140
points
1
downloads

Publisher

verified publisherxsoulspace.dev

Weekly Downloads

Web review implementation for xsoulspace_review

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, xsoulspace_review_interface

More

Packages that depend on xsoulspace_review_web