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