Skip to content

Commit f184dfb

Browse files
Add Tunnelmole as a FOSS tunneling tool for the form_app sample (#2199)
This is a simple PR which adds [tunnelmole](https://tunnelmole.com/docs) as a free and open source tunneling option for the form_app sample.
1 parent c7a6941 commit f184dfb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

form_app/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ A form that uses AutofillGroup to auto-fill the users name, email, and address.
2020

2121
In order to use Autofill in a browser, your app needs to be hosted with HTTPS.
2222
If you would like to test locally, you can build the app in release mode
23-
(`flutter run -d chrome --release --web-port=5000`) and use
24-
[ngrok](https://ngrok.com/) to create an HTTPS url for your local app (`ngrok
25-
http 5000`)
23+
(`flutter run -d chrome --release --web-port=5000`).
24+
25+
Then use [tunnelmole](https://tunnelmole.com/docs), an open source tunneling
26+
tool or [ngrok](https://ngrok.com/), a popular closed source tunneling tool
27+
to create an HTTPS url for your local app (`tmole 5000` or `ngrok http 5000`).
2628

2729
## Validation
2830
[*lib/src/validation.dart*](lib/src/validation.dart)

0 commit comments

Comments
 (0)