From fe586c66b5ad18db79f1dcf6ed733668075fa694 Mon Sep 17 00:00:00 2001 From: Tomokatsu Iguchi Date: Mon, 22 Oct 2018 23:16:28 +0900 Subject: [PATCH] [fix] readme link --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73e3ddd0..e5cc58cf 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ First, add `flutter_inappbrowser` as a [dependency in your pubspec.yaml file](ht ## Usage Classes: -- [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]. -- [InAppBrowser](#inappbrowser): In-App Browser using native WebView. -- [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. -- [InAppLocalhostServer](#inapplocalhostserver): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`. +- [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]. +- [InAppBrowser](#inappbrowser-class): In-App Browser using native WebView. +- [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. +- [InAppLocalhostServer](#inapplocalhostserver-class): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`. ### `InAppWebView` class Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. @@ -1093,4 +1093,4 @@ Closes the server. ```dart localhostServer.close(); -``` \ No newline at end of file +```