Skip to content

Commit 8aefc7e

Browse files
authored
Revise 'fluwx' installation and configuration instructions
1 parent 7e912c0 commit 8aefc7e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ integrating `Fluwx`. Then you'll understand how to generate Android signature, w
4545

4646
## Install
4747

48-
Add the following dependencies in your `pubspec.yaml` file:
48+
Add the `fluwx` package (with payment feature by default) in your `pubspec.yaml` file:
4949

50-
`Fluwx` with pay:
50+
`fluwx` with pay:
5151

5252
```yaml
5353
dependencies:
@@ -56,14 +56,15 @@ dependencies:
5656
5757
![pub package](https://img.shields.io/pub/v/fluwx.svg)
5858
59+
> [!WARNING]
60+
> Never forget to replace ^${latestVersion} with an actual version!<br />
61+
> (See the above version, or go to [versions](https://pub.dev/packages/fluwx/versions) on pub.dev)
62+
5963
> [!NOTE]
6064
> `fluwx` without pay:<br/>
61-
> Developers who need to exclude payment for iOS can set `no_pay: true` in pubspec.yaml.<br/>
65+
> Developers who need to exclude payment for iOS can set `no_pay: true` in the `fluwx` section of `pubspec.yaml`.<br/>
6266
> See the example: [example/pubspec.yaml](./example/pubspec.yaml#L19)<br/>
6367

64-
> [!WARNING]
65-
> Never forget to replace ^${latestVersion} with an actual version! (See [versions](https://pub.dev/packages/fluwx/versions) on pub.dev)
66-
6768
## Configurations
6869

6970
`Fluwx` enables multiple configurations in the section `fluwx` of `pubspec.yaml` from v4, you can reference [pubspec.yaml](./example/pubspec.yaml#L10)

0 commit comments

Comments
 (0)