diff --git a/lib/screens/settings_screen.dart b/lib/screens/settings_screen.dart index f148c38..ff71ad8 100644 --- a/lib/screens/settings_screen.dart +++ b/lib/screens/settings_screen.dart @@ -195,7 +195,7 @@ class SettingsScreenState extends State { ); }, ), - if (!Platform.isIOS && !Platform.isMacOS) + if (!Platform.isIOS) _buildTile( icon: Icons.favorite_border, label: AppLocalizations.of(context)!.donate, diff --git a/pubspec.lock b/pubspec.lock index f8a62a2..c6a202d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -186,18 +186,18 @@ packages: dependency: "direct main" description: name: flutter_inappwebview - sha256: "80092d13d3e29b6227e25b67973c67c7210bd5e35c4b747ca908e31eb71a46d5" + sha256: "3952d116ee93bad2946401377e7ade87b5ef200e95ecb5ba1affa1b6329a6867" url: "https://pub.dev" source: hosted - version: "6.1.5" + version: "6.2.0-beta.3" flutter_inappwebview_android: dependency: transitive description: name: flutter_inappwebview_android - sha256: "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba" + sha256: "8dfb76bd4e507112c3942c2272eeb01fab2e42be11374e5eb226f58698e7a04b" url: "https://pub.dev" source: hosted - version: "1.1.3" + version: "1.2.0-beta.3" flutter_inappwebview_internal_annotations: dependency: transitive description: @@ -210,42 +210,50 @@ packages: dependency: transitive description: name: flutter_inappwebview_ios - sha256: "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d" + sha256: ae8a78829398771be863aa3c8804a9d40728e1815e66c9c966f86d2cc3ae4fd9 url: "https://pub.dev" source: hosted - version: "1.1.2" + version: "1.2.0-beta.3" + flutter_inappwebview_linux: + dependency: transitive + description: + name: flutter_inappwebview_linux + sha256: "2e1a3b09bb911fb5a8bb155cb7f1eb1428a19b6e20363b9db48beef428b8cef5" + url: "https://pub.dev" + source: hosted + version: "0.1.0-beta.1" flutter_inappwebview_macos: dependency: transitive description: name: flutter_inappwebview_macos - sha256: c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1 + sha256: "545148cb5c46475ce669ab21621e9f2ad66e05f8e80b2cf49d4018879ab52393" url: "https://pub.dev" source: hosted - version: "1.1.2" + version: "1.2.0-beta.3" flutter_inappwebview_platform_interface: dependency: transitive description: name: flutter_inappwebview_platform_interface - sha256: cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500 + sha256: e3522c76e6760d1c0a9ff690e30e1503f226783d3277fa4d26675911977e9766 url: "https://pub.dev" source: hosted - version: "1.3.0+1" + version: "1.4.0-beta.3" flutter_inappwebview_web: dependency: transitive description: name: flutter_inappwebview_web - sha256: "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598" + sha256: e98b8875ccb6a3fd255873318db45c18ab135ed0ed22d20169abad9f5c810eb9 url: "https://pub.dev" source: hosted - version: "1.1.2" + version: "1.2.0-beta.3" flutter_inappwebview_windows: dependency: transitive description: name: flutter_inappwebview_windows - sha256: "8b4d3a46078a2cdc636c4a3d10d10f2a16882f6be607962dbfff8874d1642055" + sha256: "902edd6f6326952af822e21aa928f7426d723d45c94c15e6ce3c2d5640d28ad7" url: "https://pub.dev" source: hosted - version: "0.6.0" + version: "0.7.0-beta.3" flutter_keyboard_visibility_linux: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3486ea6..935fa98 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,7 @@ dependencies: flutter_localizations: sdk: flutter intl: ^0.20.2 - flutter_inappwebview: ^6.1.5 + flutter_inappwebview: ^6.2.0-beta.3 url_launcher: ^6.3.1 http: ^1.2.2 pdfrx: ^2.1.12