lunahq / flutter-crisp

Flutter plugin for Crisp Chat
https://pub.dev/packages/crisp
MIT License
23 stars 42 forks source link

flutter_inappwebview updated #33

Open trojancode opened 2 years ago

trojancode commented 2 years ago

the original version of flutter_inappwebbview won't compile for android 13(sdk 33).

issues:- https://github.com/pichillilorenzo/flutter_inappwebview/issues/1312#issuecomment-1245705493 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1331

Kiruel commented 2 years ago

Fixed on 5.4.3+8 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1312#issuecomment-1265394827, you should just update the version to lastest (currently 5.5.0+3)

Kiruel commented 2 years ago

Quick fix before the merge:

dependency_overrides:
  flutter_inappwebview: ^5.5.0+3