xsoulspace_review_web 0.4.0-beta.2
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!
Related Packages #
xsoulspace_review_interface- Base abstractionsxsoulspace_review- Core orchestration