Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/bump version #20

Merged
merged 10 commits into from
Dec 19, 2024
Merged
1 change: 1 addition & 0 deletions .github/workflows/leancode_app_rating-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:

permissions:
id-token: write
contents: write

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If the user provides a positive review, they will be kindly asked to rate the ap

#### Setup

Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`"
Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`:
```dart
localizationsDelegates: const [
(...)
Expand Down
7 changes: 6 additions & 1 deletion mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# leancode_app_rating

[![pub.dev badge][pub-badge]][pub-badge-link]
[![][leancode_app_rating-build-badge]][leancode_app_rating-build-badge-link]

#### Setup

Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`"
Add `AppRatingLocalizations` to your localizations delegates in `MaterialApp`:
```dart
localizationsDelegates: const [
(...)
Expand Down Expand Up @@ -75,3 +76,7 @@ In the current version of this package, you're not able to have a strong impact
[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
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.1
version: 0.0.1+2

library:
- lib/rating.dart
Expand Down
Loading