larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
547 stars 268 forks source link

Added property that allow use stylization for texts in the body of messages from UpgradeAlert #238

Closed ulisseshen closed 1 year ago

ulisseshen commented 1 year ago

I added some test, however I need to update de README with prints for demonstrate how to use.

ulisseshen commented 1 year ago

Why de CicleCI Pipeline dont was successful?

larryaasen commented 1 year ago

@ulisseshen Thanks for this PR. I am not sure why CircleCI did not work on this PR because it seems to be working on others. Maybe you can push a change to your branch and it will kick off again and hopefully work.

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.07% // Head: 93.17% // Increases project coverage by +0.10% :tada:

Coverage data is based on head (7608665) compared to base (e78f299). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #238 +/- ## ========================================== + Coverage 93.07% 93.17% +0.10% ========================================== Files 10 11 +1 Lines 967 982 +15 ========================================== + Hits 900 915 +15 Misses 67 67 ``` | [Impacted Files](https://codecov.io/gh/larryaasen/upgrader/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen) | Coverage Δ | | |---|---|---| | [lib/src/upgrade\_styles.dart](https://codecov.io/gh/larryaasen/upgrader/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen#diff-bGliL3NyYy91cGdyYWRlX3N0eWxlcy5kYXJ0) | `100.00% <100.00%> (ø)` | | | [lib/src/upgrader.dart](https://codecov.io/gh/larryaasen/upgrader/pull/238?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen#diff-bGliL3NyYy91cGdyYWRlci5kYXJ0) | `90.58% <100.00%> (+0.40%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Larry+Aasen)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ulisseshen commented 1 year ago

I updated the README with examples of use.