fixed README.md HeadlessInAppWebView example
This commit is contained in:
parent
682c6e2243
commit
6c97be3604
|
@ -779,6 +779,7 @@ Example:
|
|||
```dart
|
||||
import 'dart:async';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
|
||||
|
||||
Future main() async {
|
||||
|
@ -847,7 +848,6 @@ class _MyAppState extends State<MyApp> {
|
|||
title: Text(
|
||||
"HeadlessInAppWebView",
|
||||
)),
|
||||
drawer: myDrawer(context: context),
|
||||
body: SafeArea(
|
||||
child: Column(children: <Widget>[
|
||||
Container(
|
||||
|
|
Loading…
Reference in New Issue