Skip to content

Instantly share code, notes, and snippets.

void main() {
// 0123456789
// 012345678
// 01234567
// 0123456
// 012345
// 01234
// 0123
// 012
import 'package:flutter/material.dart';
import 'package:webview_flutter/webview_flutter.dart';
void main() => runApp(MaterialApp(home: CrashingWebViewExample()));
class CrashingWebViewExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
final double maxHeight = MediaQuery.of(context).size.height;