-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce09f7e
commit f02791f
Showing
4 changed files
with
60 additions
and
43 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: flutter_inappbrowser | ||
description: A Flutter plugin that allows you to add an inline webview or open an in-app browser window. (inspired by the popular cordova-plugin-inappbrowser). | ||
version: 0.5.5 | ||
description: A Flutter plugin that allows you to add an inline webview or open an in-app browser window (inspired by the popular cordova-plugin-inappbrowser). | ||
version: 0.5.51 | ||
author: Lorenzo Pichilli <[email protected]> | ||
homepage: https://github.com/pichillilorenzo/flutter_inappbrowser | ||
|
||
environment: | ||
sdk: ">=2.1.0-dev.7.1 <3.0.0" | ||
sdk: ">=2.0.0-dev <3.0.0" | ||
flutter: ">=0.10.1 <2.0.0" | ||
|
||
dependencies: | ||
|