File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
5353dependencies :
@@ -56,14 +56,15 @@ dependencies:
5656
5757
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)
You can’t perform that action at this time.
0 commit comments