Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<div align="center">

[![Banner][banner-img]][leancode-landing]

</div>

# leancode_app_rating

[![pub.dev badge][pub-badge]][pub-badge-link]
Expand Down Expand Up @@ -91,10 +97,50 @@ The showCustomizableStarDialog function enables customization of the star rating

To replicate the behavior of the showStarDialog function, ensure that you call the onPressed functions for the button builders. In this flow, all secondary buttons terminate the rating process and close the dialog. The primary buttons have distinct behaviors: the primary button in the first dialog leads the user to the second dialog, while the primary button in the second dialog redirects the user to the app store to submit a review.

---

## 🛠️ Maintained by LeanCode
<div align="center">

[<img src="https://leancodepublic.blob.core.windows.net/public/wide.png" alt="LeanCode Logo" height="100" />][leancode-landing]

</div>

This package is built with 💙 by **[LeanCode][leancode-landing]**.
We are **top-tier experts** focused on Flutter Enterprise solutions.

### Why LeanCode?

- **Creators of [Patrol][patrol-landing]** – the next-gen testing framework for Flutter.

- **Production-Ready** – We use this package in apps with millions of users.
- **Full-Cycle Product Development** – We take your product from scratch to long-term maintenance.

<div align="center">
<br />

**Need help with your Flutter project?**

[**👉 Hire our team**][leancode-estimate]
&nbsp;&nbsp;•&nbsp;&nbsp;
[Check our other packages][leancode-packages]

</div>

[pub-badge]: https://img.shields.io/pub/v/leancode_app_rating.svg?logo=dart

[pub-badge-link]: https://pub.dev/packages/leancode_app_rating

[leancode_app_rating-build-badge]: https://img.shields.io/github/actions/workflow/status/leancodepl/app-rating/leancode_app_rating-test.yml?branch=main

[leancode_app_rating-build-badge-link]: https://github.com/leancodepl/app-rating/actions/workflows/leancode_app_rating-test.yml

[banner-img]: https://raw.githubusercontent.com/leancodepl/app-rating/refs/heads/main/mobile/doc/imgs/banner.png

[leancode-landing]: https://leancode.co/?utm_source=github.com&utm_medium=referral&utm_campaign=app-rating

[leancode-estimate]: https://leancode.co/get-estimate?utm_source=github.com&utm_medium=referral&utm_campaign=app-rating

[leancode-packages]: https://pub.dev/packages?q=publisher%3Aleancode.co&sort=downloads

[patrol-landing]: https://patrol.leancode.co/?utm_source=github.com&utm_medium=referral&utm_campaign=app-rating
Binary file added mobile/doc/imgs/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
app store rating prompts for positive reviews.
repository: https://github.com/leancodepl/app-rating
homepage: https://github.com/leancodepl/app-rating/tree/main/mobile
version: 0.0.6
version: 0.0.6+1

environment:
sdk: ">=3.8.0 <4.0.0"
Expand Down