Skip to content

Commit

Permalink
update config to use this repository as the main one
Browse files Browse the repository at this point in the history
  • Loading branch information
fhdeodato committed Jun 17, 2024
1 parent 4c58653 commit b0dbccc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flutter_inappwebview/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: flutter_inappwebview
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
version: 6.0.0
publish_to: none
homepage: https://inappwebview.dev/
repository: https://github.com/pichillilorenzo/flutter_inappwebview
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
Expand All @@ -19,8 +20,10 @@ dependencies:
flutter:
sdk: flutter
flutter_inappwebview_platform_interface: ^1.0.10
flutter_inappwebview_android: ^1.0.12
flutter_inappwebview_ios: ^1.0.13
flutter_inappwebview_android:
path: ../flutter_inappwebview_android
flutter_inappwebview_ios:
path: ../flutter_inappwebview_ios
flutter_inappwebview_macos: ^1.0.11
flutter_inappwebview_web: ^1.0.8

Expand Down

0 comments on commit b0dbccc

Please sign in to comment.