updated web support

This commit is contained in:
Lorenzo Pichilli 2022-04-24 04:51:03 +02:00
parent d0657c3b9a
commit 442c9f1bc2
1 changed files with 0 additions and 3 deletions

View File

@ -186,9 +186,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
onConsoleMessage: (controller, consoleMessage) {
print(consoleMessage);
},
onZoomScaleChanged: (controller, oldScale, newScale) {
print("$oldScale $newScale");
},
),
!kIsWeb && progress < 1.0
? LinearProgressIndicator(value: progress)