Skip to content

Commit aa88e7d

Browse files
Merge branch 'master' of github.com:pichillilorenzo/flutter_inappbrowser
2 parents ec348cd + bb5fd9e commit aa88e7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ First, add `flutter_inappbrowser` as a [dependency in your pubspec.yaml file](ht
2929

3030
## Usage
3131
Classes:
32-
- [InAppWebView](#inappwebview): Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. [**Available only for Android** ([AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html)) at this moment].
33-
- [InAppBrowser](#inappbrowser): In-App Browser using native WebView.
34-
- [ChromeSafariBrowser](#chromesafaribrowser): In-App Browser using [Chrome Custom Tabs](https://developer.android.com/reference/android/support/customtabs/package-summary) on Android / [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) on iOS.
35-
- [InAppLocalhostServer](#inapplocalhostserver): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`.
32+
- [InAppWebView](#inappwebview-class): Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. [**Available only for Android** ([AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html)) at this moment].
33+
- [InAppBrowser](#inappbrowser-class): In-App Browser using native WebView.
34+
- [ChromeSafariBrowser](#chromesafaribrowser-class): In-App Browser using [Chrome Custom Tabs](https://developer.android.com/reference/android/support/customtabs/package-summary) on Android / [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) on iOS.
35+
- [InAppLocalhostServer](#inapplocalhostserver-class): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`.
3636

3737
### `InAppWebView` class
3838
Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree.
@@ -1110,4 +1110,4 @@ Closes the server.
11101110

11111111
```dart
11121112
localhostServer.close();
1113-
```
1113+
```

0 commit comments

Comments
 (0)