diff --git a/mobile/README.md b/mobile/README.md
index 2ac9a8a..9fe3dd1 100644
--- a/mobile/README.md
+++ b/mobile/README.md
@@ -1,3 +1,9 @@
+
+
+[![Banner][banner-img]][leancode-landing]
+
+
+
# leancode_app_rating
[![pub.dev badge][pub-badge]][pub-badge-link]
@@ -91,6 +97,36 @@ 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
+
+
+ [

][leancode-landing]
+
+
+
+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.
+
+
+
+
+ **Need help with your Flutter project?**
+
+ [**👉 Hire our team**][leancode-estimate]
+ •
+ [Check our other packages][leancode-packages]
+
+
+
[pub-badge]: https://img.shields.io/pub/v/leancode_app_rating.svg?logo=dart
[pub-badge-link]: https://pub.dev/packages/leancode_app_rating
@@ -98,3 +134,13 @@ To replicate the behavior of the showStarDialog function, ensure that you call t
[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
diff --git a/mobile/doc/imgs/banner.png b/mobile/doc/imgs/banner.png
new file mode 100644
index 0000000..4a521df
Binary files /dev/null and b/mobile/doc/imgs/banner.png differ
diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml
index ad974ff..042b82e 100644
--- a/mobile/pubspec.yaml
+++ b/mobile/pubspec.yaml
@@ -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"