Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to use last version of inappwebview #1100

Open
redDwarf03 opened this issue Oct 9, 2024 · 0 comments
Open

Update dependencies to use last version of inappwebview #1100

redDwarf03 opened this issue Oct 9, 2024 · 0 comments

Comments

@redDwarf03
Copy link
Member

Update

  • archethic_dapp_framework_flutter
  • archethic_wallet_client
  • flutter_inappwebview: ^6.1.5
  • web_socket_channel: ^3.0.1
  • uuid: ^4.4.0

Remove in pubspec

# Configuration added to make the webview work with Android and ios 18 - start
dependency_overrides:
  flutter_inappwebview_ios:
    git:
      url: https://github.com/andychucs/flutter_inappwebview.git
      ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c
      path: flutter_inappwebview_ios
  flutter_inappwebview_macos:
    git:
      url: https://github.com/andychucs/flutter_inappwebview.git
      ref: 27fd339172572fe1b16cdcdae235b2a88f432e3c
      path: flutter_inappwebview_macos
  webview_flutter_android: 3.16.1
# Configuration added to make the webview work with Android and ios 18 - end

Remove in build.gradle

   // Configuration added to make the webview work with Android - start
    configurations.all {
        resolutionStrategy {
            force 'androidx.webkit:webkit:1.8.0'
        }
    }
    // Configuration added to make the webview work with Android - end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant