updated pubspec.yaml
This commit is contained in:
parent
48aef55603
commit
b1e7a5b3df
|
@ -1,7 +1,15 @@
|
||||||
name: flutter_inappwebview_android
|
name: flutter_inappwebview_android
|
||||||
description: Android implementation of the flutter_inappwebview plugin.
|
description: Android implementation of the flutter_inappwebview plugin.
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
homepage:
|
homepage: https://inappwebview.dev/
|
||||||
|
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_android
|
||||||
|
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||||
|
topics:
|
||||||
|
- html
|
||||||
|
- webview
|
||||||
|
- webview-flutter
|
||||||
|
- inappwebview
|
||||||
|
- browser
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <4.0.0"
|
sdk: ">=2.17.0 <4.0.0"
|
||||||
|
@ -35,7 +43,7 @@ flutter:
|
||||||
# All these are used by the tooling to maintain consistency when
|
# All these are used by the tooling to maintain consistency when
|
||||||
# adding or updating assets for this project.
|
# adding or updating assets for this project.
|
||||||
plugin:
|
plugin:
|
||||||
implements: flutter_inappwebview_platform
|
implements: flutter_inappwebview
|
||||||
platforms:
|
platforms:
|
||||||
android:
|
android:
|
||||||
package: com.pichillilorenzo.flutter_inappwebview
|
package: com.pichillilorenzo.flutter_inappwebview
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
name: flutter_inappwebview_ios
|
name: flutter_inappwebview_ios
|
||||||
description: iOS implementation of the flutter_inappwebview plugin.
|
description: iOS implementation of the flutter_inappwebview plugin.
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
homepage:
|
homepage: https://inappwebview.dev/
|
||||||
|
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_ios
|
||||||
|
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||||
|
topics:
|
||||||
|
- html
|
||||||
|
- webview
|
||||||
|
- webview-flutter
|
||||||
|
- inappwebview
|
||||||
|
- browser
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <4.0.0"
|
sdk: ">=2.17.0 <4.0.0"
|
||||||
|
@ -34,6 +42,7 @@ flutter:
|
||||||
# This is required for using `dart:ffi`.
|
# This is required for using `dart:ffi`.
|
||||||
# All these are used by the tooling to maintain consistency when
|
# All these are used by the tooling to maintain consistency when
|
||||||
# adding or updating assets for this project.
|
# adding or updating assets for this project.
|
||||||
|
implements: flutter_inappwebview
|
||||||
plugin:
|
plugin:
|
||||||
platforms:
|
platforms:
|
||||||
ios:
|
ios:
|
||||||
|
|
|
@ -1,7 +1,15 @@
|
||||||
name: flutter_inappwebview_platform_interface
|
name: flutter_inappwebview_platform_interface
|
||||||
description: A common platform interface for the flutter_inappwebview plugin.
|
description: A common platform interface for the flutter_inappwebview plugin.
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
homepage:
|
homepage: https://inappwebview.dev/
|
||||||
|
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_platform_interface
|
||||||
|
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||||
|
topics:
|
||||||
|
- html
|
||||||
|
- webview
|
||||||
|
- webview-flutter
|
||||||
|
- inappwebview
|
||||||
|
- browser
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0 <4.0.0"
|
sdk: ">=2.17.0 <4.0.0"
|
||||||
|
|
Loading…
Reference in New Issue