You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
I am having some difficulties with integrating ChatWoot, I'm using Flutter SDK for integration, but when I installed I realized
that ChatWoot SDK still uses old dependencies, such as INTL 0.0.9, but FLutterFlow uses 0.17.0, is it possible to update the INTL library for Flutter SDK to 0.17.0 INTL version? See screenshots from the errors that I received from Flutterflow during installation packages.
The text was updated successfully, but these errors were encountered:
I think you have not understood the error message youre getting. Flutterflow custom_widget require intl^0.18.0 while the current chatwoot sdk packages requires intl^0.17.0 which it currently supports. So you should modify your issue and request that the sdk version be updated to support intl^0.18.0 which is being used in Flutterflow.
This is an official answer from FlutterFlow support, so there is an issue with dependencies, can you resolve
it? They have tried changing the dependency but still it comes with a version mismatch
Hello Team,
I am having some difficulties with integrating ChatWoot, I'm using Flutter SDK for integration, but when I installed I realized
that ChatWoot SDK still uses old dependencies, such as INTL 0.0.9, but FLutterFlow uses 0.17.0, is it possible to update the INTL library for Flutter SDK to 0.17.0 INTL version? See screenshots from the errors that I received from Flutterflow during installation packages.
The text was updated successfully, but these errors were encountered: