updated README.md file

This commit is contained in:
pichillilorenzo 2019-03-11 04:24:41 +01:00
parent 1aaca5dd00
commit ca87523049
2 changed files with 7 additions and 4 deletions

View File

@ -74,8 +74,8 @@
<file leaf-file-name="README.md" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="260">
<caret line="67" lean-forward="true" selection-start-line="67" selection-end-line="67" />
<state relative-caret-position="285">
<caret line="19" column="26" lean-forward="true" selection-start-line="19" selection-start-column="26" selection-end-line="19" selection-end-column="26" />
<folding>
<element signature="e#0#39#0" expanded="true" />
</folding>
@ -762,8 +762,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="260">
<caret line="67" lean-forward="true" selection-start-line="67" selection-end-line="67" />
<state relative-caret-position="285">
<caret line="19" column="26" lean-forward="true" selection-start-line="19" selection-start-column="26" selection-end-line="19" selection-end-column="26" />
<folding>
<element signature="e#0#39#0" expanded="true" />
</folding>

View File

@ -14,6 +14,9 @@ This plugin is inspired by the popular [cordova-plugin-inappbrowser](https://git
- Dart sdk: ">=2.1.0-dev.7.1 <3.0.0"
- Flutter: ">=0.10.1 <2.0.0"
### Note for Android
During the build, if Android fails with `Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library`, it means that you need to update the `minSdkVersion` of your `build.gradle` file to at least `17`.
### IMPORTANT Note for iOS
If you are starting a new fresh app, you need to create the Flutter App with `flutter create -i swift` (see [flutter/flutter#13422 (comment)](https://github.com/flutter/flutter/issues/13422#issuecomment-392133780)), otherwise, you will get this message:
```