We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15d0b4 commit f507836Copy full SHA for f507836
example/README.md
@@ -15,7 +15,13 @@ Demonstrates how to use the stripe plugin.
15
- Terminal 1: `yarn --cwd "server" start`
16
- Terminal 2: `flutter run`
17
18
+##### Additional steps when using a real device
19
+The example app uses a local server in your laptop and the endpoints are expected to work in local emulators.
20
+If you want to test this project in a real device you should update the `config.dart` file with your computer ip address
21
+
22
##### Additional steps for webhook forwarding
23
24
- [Install the `stripe-cli`](https://stripe.com/docs/stripe-cli)
25
- Run `stripe listen --forward-to localhost:4242/webhook`
26
27
0 commit comments