From 1325e6623c14dff1953fd8280fa482c8e9ce3ab3 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli <pichillilorenzo@gmail.com> Date: Sun, 17 Apr 2022 18:15:49 +0200 Subject: [PATCH] merge --- android/src/main/AndroidManifest.xml | 3 ++- example/android/app/src/main/AndroidManifest.xml | 2 +- example/pubspec.yaml | 14 +++++++------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index fbaf1980..52fb1c85 100755 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -9,10 +9,11 @@ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density" /> <activity android:theme="@style/ThemeTransparent" - android:exported="false" + android:exported="true" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ChromeCustomTabsActivity" /> <activity android:theme="@style/ThemeTransparent" + android:exported="true" android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ChromeCustomTabsActivitySingleInstance" android:launchMode="singleInstance"/> <receiver android:name="com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ActionBroadcastReceiver" /> diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index f1038725..8e93da90 100755 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -55,7 +55,7 @@ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density" android:hardwareAccelerated="true" android:launchMode="singleTop" - android:exported="false" + android:exported="true" android:name="io.flutter.embedding.android.FlutterActivity" android:theme="@style/LaunchTheme" android:windowSoftInputMode="adjustResize"> diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2ce18c4a..aa1622d8 100755 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,8 +10,8 @@ description: Demonstrates how to use the flutter_inappwebview plugin. version: 1.0.0+1 environment: - sdk: ">=2.12.0-0 <3.0.0" - flutter: ">=1.22.2" + sdk: ">=2.14.0 <3.0.0" + flutter: ">=2.5.0" dependencies: flutter: @@ -19,11 +19,11 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 - flutter_downloader: ^1.5.2 - path_provider: ^2.0.0-nullsafety - permission_handler: ^5.1.0+2 - url_launcher: ^6.0.0-nullsafety.4 + cupertino_icons: ^1.0.4 + flutter_downloader: ^1.7.3 + path_provider: ^2.0.9 + permission_handler: ^9.2.0 + url_launcher: ^6.0.20 # connectivity: ^0.4.5+6 flutter_inappwebview: path: ../