Skip to content

Commit f507836

Browse files
authored
Create README.md
1 parent e15d0b4 commit f507836

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ Demonstrates how to use the stripe plugin.
1515
- Terminal 1: `yarn --cwd "server" start`
1616
- Terminal 2: `flutter run`
1717

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+
1822
##### Additional steps for webhook forwarding
1923

2024
- [Install the `stripe-cli`](https://stripe.com/docs/stripe-cli)
2125
- Run `stripe listen --forward-to localhost:4242/webhook`
26+
27+

0 commit comments

Comments
 (0)