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.
pull/2202/head
Robbie 4 months ago committed by GitHub
parent c7a69412f1
commit f184dfb871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,9 +20,11 @@ A form that uses AutofillGroup to auto-fill the users name, email, and address.
In order to use Autofill in a browser, your app needs to be hosted with HTTPS. In order to use Autofill in a browser, your app needs to be hosted with HTTPS.
If you would like to test locally, you can build the app in release mode If you would like to test locally, you can build the app in release mode
(`flutter run -d chrome --release --web-port=5000`) and use (`flutter run -d chrome --release --web-port=5000`).
[ngrok](https://ngrok.com/) to create an HTTPS url for your local app (`ngrok
http 5000`) Then use [tunnelmole](https://tunnelmole.com/docs), an open source tunneling
tool or [ngrok](https://ngrok.com/), a popular closed source tunneling tool
to create an HTTPS url for your local app (`tmole 5000` or `ngrok http 5000`).
## Validation ## Validation
[*lib/src/validation.dart*](lib/src/validation.dart) [*lib/src/validation.dart*](lib/src/validation.dart)

Loading…
Cancel
Save